Browse Source

auto acp scripted

master
jfinn 5 years ago
parent
commit
f8e0f27930
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app.js

+ 1
- 1
app.js View File

@@ -1,7 +1,7 @@
1 1
 /* application specific logic */
2 2
 
3 3
 console.log("APP!")
4
-window.glob_react = window.glob_react || {}
4
+window.glob_react = window.glob_react || {i:"app"}
5 5
 
6 6
 import 'jquery';
7 7
 import 'jquery-contextmenu';

Loading…
Cancel
Save