From 45bc450dc1229089bd67b6cd6518e26ae27bb56a Mon Sep 17 00:00:00 2001
From: Aaron LI <aaronly.me@outlook.com>
Date: Mon, 28 Nov 2016 13:43:41 +0800
Subject: webui: main.js: Add the global object "FG21SIM"

---
 fg21sim/webui/static/js/main.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
-- 
cgit v1.2.2