aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/loading.reel/loading.html
diff options
context:
space:
mode:
authorArmen Kesablyan2012-06-20 15:04:25 -0700
committerArmen Kesablyan2012-06-20 15:04:25 -0700
commitfc818d31de267d2b77fda3b3029ad38d48698be8 (patch)
tree122ebf54d3378578c1ded4d786ba3940d4a911d2 /node_modules/montage/ui/loading.reel/loading.html
parent120e31dcf1e11eed11ee430d77c438e7b073e9f8 (diff)
parentc9852665eadc1acb9c1c881d207c4bd9ef88805f (diff)
downloadninja-fc818d31de267d2b77fda3b3029ad38d48698be8.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal
Diffstat (limited to 'node_modules/montage/ui/loading.reel/loading.html')
-rwxr-xr-xnode_modules/montage/ui/loading.reel/loading.html23
1 files changed, 11 insertions, 12 deletions
diff --git a/node_modules/montage/ui/loading.reel/loading.html b/node_modules/montage/ui/loading.reel/loading.html
index 00d3cab4..4eb5f00d 100755
--- a/node_modules/montage/ui/loading.reel/loading.html
+++ b/node_modules/montage/ui/loading.reel/loading.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="loading.css"> 10 <link rel="stylesheet" href="loading.css">
11 <script type="text/montage-serialization"> 11 <script type="text/montage-serialization">
12{ 12{
13 "owner": { 13 "owner": {
@@ -20,16 +20,15 @@
20 } 20 }
21} 21}
22 </script> 22 </script>
23
24</head> 23</head>
25<body> 24<body>
26<div class="montage-loading" data-montage-id="loading"> 25 <div class="montage-loading" data-montage-id="loading">
27 <div class="section l0"></div> 26 <div class="section l0"></div>
28 <div class="section l1"></div> 27 <div class="section l1"></div>
29 <div class="section l2"></div> 28 <div class="section l2"></div>
30 <div class="section l3"></div> 29 <div class="section l3"></div>
31 <div class="section l4"></div> 30 <div class="section l4"></div>
32 <div class="section l5"></div> 31 <div class="section l5"></div>
33</div> 32 </div>
34</body> 33</body>
35</html> 34</html> \ No newline at end of file