aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/bluemoon/progress.reel/progress.html
diff options
context:
space:
mode:
authorJonathan Duran2012-06-20 15:04:45 -0700
committerJonathan Duran2012-06-20 15:04:45 -0700
commitc6ae80c488621d4ac189cb63309b6258115f823a (patch)
treedfa26112e1830972fcb212bbb5b17c9a901c645f /node_modules/montage/ui/bluemoon/progress.reel/progress.html
parent022e714cb5d10cd8575ab9907eddfb184a990b66 (diff)
parentc9852665eadc1acb9c1c881d207c4bd9ef88805f (diff)
downloadninja-c6ae80c488621d4ac189cb63309b6258115f823a.tar.gz
Merge branch 'refs/heads/NINJAmaster' into Timeline-merge-candidate
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