This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git

commit 0068a81eb611703a734829e60b2e00f3139541cc
Author: plainheart <y...@all-my-life.cn>
AuthorDate: Mon Feb 5 22:16:58 2024 +0800

    fix `histroy` -> `history`
---
 src/editor/sandbox/setup.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/editor/sandbox/setup.js b/src/editor/sandbox/setup.js
index 85b64013..d50d4f95 100644
--- a/src/editor/sandbox/setup.js
+++ b/src/editor/sandbox/setup.js
@@ -279,7 +279,7 @@ function setup(isShared) {
             'globalThis',
             'document',
             'location',
-            'histroy',
+            'history',
             'eval',
             'execScript',
             'Function',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to