aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/loading-panel.reel
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-06-13 13:51:39 -0700
committerNivesh Rajbhandari2012-06-13 13:51:39 -0700
commit263ecfc95bd7eb5c726cd5688c3d74eb10296811 (patch)
tree7c907dd58e9b4f4a1d4802d8d22b9c84d3c2edf3 /node_modules/montage/ui/loading-panel.reel
parent1bb2778224982aea7b9781c6559bb659983a400f (diff)
parenta827f2769d75848c0ba0bff03a927c1f2706322b (diff)
downloadninja-263ecfc95bd7eb5c726cd5688c3d74eb10296811.tar.gz
Merge branch 'refs/heads/ninja-internal' into PI_HotTextFixes
Conflicts: js/panels/properties.reel/sections/position-size.reel/position-size.html Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'node_modules/montage/ui/loading-panel.reel')
-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 },