aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/progress.reel/progress.html
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-02-02 18:00:45 -0800
committerJose Antonio Marquez2012-02-02 18:00:45 -0800
commit04d89daed90c35a4393773ca2e2d0ac3a4c15cd4 (patch)
treed0041abc7379ef38b20cce148e5dea6f531b8569 /node_modules/montage/ui/progress.reel/progress.html
parent4d8306b638c53899403a4f0328c02bf1ab893e8f (diff)
parentc630ead20487c3948fa36448d3e7d5f7b5cba782 (diff)
downloadninja-04d89daed90c35a4393773ca2e2d0ac3a4c15cd4.tar.gz
Merge branch 'refs/heads/NinjaInternal' into FileIO
Conflicts: .gitignore js/ninja.reel/ninja.js
Diffstat (limited to 'node_modules/montage/ui/progress.reel/progress.html')
-rwxr-xr-xnode_modules/montage/ui/progress.reel/progress.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/node_modules/montage/ui/progress.reel/progress.html b/node_modules/montage/ui/progress.reel/progress.html
index 7f74edc4..025847e7 100755
--- a/node_modules/montage/ui/progress.reel/progress.html
+++ b/node_modules/montage/ui/progress.reel/progress.html
@@ -11,11 +11,11 @@
11 <script type="text/montage-serialization"> 11 <script type="text/montage-serialization">
12{ 12{
13 "owner": { 13 "owner": {
14 "module": "montage/ui/progress.reel", 14 "module": "montage/ui/bluemoon/progress.reel",
15 "name": "Progress", 15 "name": "Progress",
16 "properties": { 16 "properties": {
17 "element": {"#": "progress"}, 17 "element": {"#": "progress"},
18 "_barEl": {"#": "bar"} 18 "_barElement": {"#": "bar"}
19 } 19 }
20 } 20 }
21} 21}
@@ -23,10 +23,10 @@
23 23
24</head> 24</head>
25<body> 25<body>
26 26
27 <div id="progress" class="montage-progress"> 27 <div id="progress" class="montage-progress">
28 <div id="bar" class="bar"></div> 28 <div id="bar" class="bar"></div>
29 </div> 29 </div>
30 30
31</body> 31</body>
32</html> 32</html>