aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/bluemoon/progress.reel/progress.html
diff options
context:
space:
mode:
authorArmen Kesablyan2012-06-20 15:16:30 -0700
committerArmen Kesablyan2012-06-20 15:16:30 -0700
commit65b989c7759af923fb9456d34bff89f91831ea1e (patch)
treee408be732a3eee71229bfc7dbf7cace998ce18de /node_modules/montage/ui/bluemoon/progress.reel/progress.html
parent38f571d1fdf02d36c3816637af7b2ca2493809da (diff)
parentfc818d31de267d2b77fda3b3029ad38d48698be8 (diff)
downloadninja-65b989c7759af923fb9456d34bff89f91831ea1e.tar.gz
Merge branch 'refs/heads/master' into binding
Conflicts: node_modules/montage/ui/application.js Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'node_modules/montage/ui/bluemoon/progress.reel/progress.html')
-rw-r--r--node_modules/montage/ui/bluemoon/progress.reel/progress.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/node_modules/montage/ui/bluemoon/progress.reel/progress.html b/node_modules/montage/ui/bluemoon/progress.reel/progress.html
index a3835fe6..81e82b1a 100644
--- a/node_modules/montage/ui/bluemoon/progress.reel/progress.html
+++ b/node_modules/montage/ui/bluemoon/progress.reel/progress.html
@@ -6,8 +6,8 @@
6 </copyright> --> 6 </copyright> -->
7<html> 7<html>
8<head> 8<head>
9 <title></title> 9 <meta charset="utf-8">
10 <link rel="stylesheet" type="text/css" href="progress.css"> 10 <link rel="stylesheet" href="progress.css">
11 <script type="text/montage-serialization"> 11 <script type="text/montage-serialization">
12{ 12{
13 "owner": { 13 "owner": {
@@ -18,13 +18,10 @@
18 } 18 }
19} 19}
20 </script> 20 </script>
21
22</head> 21</head>
23<body> 22<body>
24
25 <div data-montage-id="progress" class="montage-progress"> 23 <div data-montage-id="progress" class="montage-progress">
26 <div data-montage-id="bar" class="bar"></div> 24 <div data-montage-id="bar" class="bar"></div>
27 </div> 25 </div>
28
29</body> 26</body>
30</html> 27</html> \ No newline at end of file