aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/loading-panel.reel/loading-panel.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/loading-panel.reel/loading-panel.html')
-rwxr-xr-xnode_modules/montage/ui/loading-panel.reel/loading-panel.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/node_modules/montage/ui/loading-panel.reel/loading-panel.html b/node_modules/montage/ui/loading-panel.reel/loading-panel.html
index d1f8078e..c434f80f 100755
--- a/node_modules/montage/ui/loading-panel.reel/loading-panel.html
+++ b/node_modules/montage/ui/loading-panel.reel/loading-panel.html
@@ -14,17 +14,16 @@
14 <script type="text/montage-serialization">{ 14 <script type="text/montage-serialization">{
15 15
16 "owner": { 16 "owner": {
17 "prototype": "montage/ui/loading-panel.reel", 17 "prototype": "ui/loading-panel.reel",
18 "properties": { 18 "properties": {
19 "element": {"#": "loadingPanel"} 19 "element": {"#": "loadingPanel"}
20 } 20 }
21 }, 21 },
22 22
23 "loadingIndicator": { 23 "loadingIndicator": {
24 "prototype": "montage/ui/bluemoon/progress.reel", 24 "prototype": "ui/bluemoon/progress.reel",
25 "properties": { 25 "properties": {
26 "element": {"#": "loadingIndicator"}, 26 "element": {"#": "loadingIndicator"}
27 "loading": true
28 }, 27 },
29 "bindings": { 28 "bindings": {
30 "value": {"<-": "@owner.initializedModuleCount"}, 29 "value": {"<-": "@owner.initializedModuleCount"},
@@ -33,7 +32,7 @@
33 }, 32 },
34 33
35 "loadedCount": { 34 "loadedCount": {
36 "prototype": "montage/ui/dynamic-text.reel", 35 "prototype": "ui/dynamic-text.reel",
37 "properties": { 36 "properties": {
38 "element": {"#": "loadedCount"} 37 "element": {"#": "loadedCount"}
39 }, 38 },
@@ -43,7 +42,7 @@
43 }, 42 },
44 43
45 "requiredCount": { 44 "requiredCount": {
46 "prototype": "montage/ui/dynamic-text.reel", 45 "prototype": "ui/dynamic-text.reel",
47 "properties": { 46 "properties": {
48 "element": {"#": "requiredCount"} 47 "element": {"#": "requiredCount"}
49 }, 48 },