aboutsummaryrefslogtreecommitdiff
path: root/js/components/treeview/leaf.reel/leaf.html
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-05-07 11:18:11 -0700
committerNivesh Rajbhandari2012-05-07 11:18:11 -0700
commite377a8dc0b0e34905782ed867acb5fe725ae0131 (patch)
tree6931311aabd7a4e366df195a168d437f1d0d8465 /js/components/treeview/leaf.reel/leaf.html
parent8be6e94b57f4bd6e28754a6113b4d6a401365e13 (diff)
parent526e423e4a2734c2b139af23911e912452a4443f (diff)
downloadninja-e377a8dc0b0e34905782ed867acb5fe725ae0131.tar.gz
Merge branch 'refs/heads/ninja-internal' into WebGLFixes
Diffstat (limited to 'js/components/treeview/leaf.reel/leaf.html')
-rw-r--r--js/components/treeview/leaf.reel/leaf.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/components/treeview/leaf.reel/leaf.html b/js/components/treeview/leaf.reel/leaf.html
index 360b85a9..a644d4f9 100644
--- a/js/components/treeview/leaf.reel/leaf.html
+++ b/js/components/treeview/leaf.reel/leaf.html
@@ -34,8 +34,8 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
34 </script> 34 </script>
35</head> 35</head>
36<body> 36<body>
37 <div id="leaf" class="leaf"> 37 <div data-montage-id="leaf" class="leaf">
38 <span id="label" class="leaf-label"></span> 38 <span data-montage-id="label" class="leaf-label"></span>
39 </div> 39 </div>
40</body> 40</body>
41</html> \ No newline at end of file 41</html> \ No newline at end of file