aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/loading-panel.reel/loading-panel.html
diff options
context:
space:
mode:
authorArmen Kesablyan2012-06-19 01:03:59 -0700
committerArmen Kesablyan2012-06-19 01:03:59 -0700
commit2e13a73e4ee980a6f73f6ff48b2a195eb209a7db (patch)
treed352f5e769eae0e1b7b76ccbeafa9b174b1a9918 /node_modules/montage/ui/loading-panel.reel/loading-panel.html
parent244e608645778746d1a3b5aa0d4c0868f7c5c272 (diff)
parentc59eb371559a3061ce53223e249ca97daace5968 (diff)
downloadninja-2e13a73e4ee980a6f73f6ff48b2a195eb209a7db.tar.gz
Merge branch 'refs/heads/master' into binding
Conflicts: js/components/layout/tools-list.reel/tools-list.html js/components/layout/tools-properties.reel/tools-properties.html js/document/document-html.js js/document/templates/app/main.js js/panels/Panel.reel/Panel.js node_modules/montage/ui/native-control.js Signed-off-by: Armen Kesablyan <armen@motorola.com>
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 },