diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-11-28 13:43:41 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-11-28 13:43:41 +0800 |
commit | 45bc450dc1229089bd67b6cd6518e26ae27bb56a (patch) | |
tree | ca2edbd3946807a105b53be8ca37f8940fffc140 /fg21sim | |
parent | 39dc175b88fe7e76770708c96bad9915c1eaa893 (diff) | |
download | fg21sim-45bc450dc1229089bd67b6cd6518e26ae27bb56a.tar.bz2 |
webui: main.js: Add the global object "FG21SIM"
Diffstat (limited to 'fg21sim')
-rw-r--r-- | fg21sim/webui/static/js/main.js | 3 |
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 |