aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-11-28 13:43:41 +0800
committerAaron LI <aaronly.me@outlook.com>2016-11-28 13:43:41 +0800
commit45bc450dc1229089bd67b6cd6518e26ae27bb56a (patch)
treeca2edbd3946807a105b53be8ca37f8940fffc140
parent39dc175b88fe7e76770708c96bad9915c1eaa893 (diff)
downloadfg21sim-45bc450dc1229089bd67b6cd6518e26ae27bb56a.tar.bz2
webui: main.js: Add the global object "FG21SIM"
-rw-r--r--fg21sim/webui/static/js/main.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/fg21sim/webui/static/js/main.js b/fg21sim/webui/static/js/main.js
index 0383365..58e6040 100644
--- a/fg21sim/webui/static/js/main.js
+++ b/fg21sim/webui/static/js/main.js
@@ -9,8 +9,9 @@
/**
- * Generic utilities
+ * GLOBAL variable, mainly for debugging
*/
+var FG21SIM = {};
/**
* Get the basename of a path