Преглед изворни кода

Keep global variables private

crobi пре 9 година
родитељ
комит
c84e4ce7d3
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3
    3
      client/src/app.ts

+ 3
- 3
client/src/app.ts Прегледај датотеку

@@ -5,9 +5,9 @@
5 5
 
6 6
 module rpgcards {
7 7
 
8
-    export var appDispatcher: Dispatcher = null;
9
-    export var appActions: Actions = null;
10
-    export var appStore: Store = null;
8
+    var appDispatcher: Dispatcher = null;
9
+    var appActions: Actions = null;
10
+    var appStore: Store = null;
11 11
 
12 12
     export function bootstrap() {
13 13
         appDispatcher = new Dispatcher();

Loading…
Откажи
Сачувај