diff options
author | Kris Kowal | 2012-07-06 11:52:06 -0700 |
---|---|---|
committer | Kris Kowal | 2012-07-06 15:01:48 -0700 |
commit | 648ee61ae84216d0236e0dbc211addc13b2cfa3a (patch) | |
tree | 8f0f55557bd0c47a84e49c1977c950645d284607 /js/components/colorbar.reel/colorbar.html | |
parent | aedd14b18695d031f695d27dfbd94df5614495bb (diff) | |
download | ninja-648ee61ae84216d0236e0dbc211addc13b2cfa3a.tar.gz |
Expand tabs
Diffstat (limited to 'js/components/colorbar.reel/colorbar.html')
-rwxr-xr-x | js/components/colorbar.reel/colorbar.html | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/js/components/colorbar.reel/colorbar.html b/js/components/colorbar.reel/colorbar.html index e61cc2f2..fc31d742 100755 --- a/js/components/colorbar.reel/colorbar.html +++ b/js/components/colorbar.reel/colorbar.html | |||
@@ -31,28 +31,28 @@ POSSIBILITY OF SUCH DAMAGE. | |||
31 | </copyright> | 31 | </copyright> |
32 | --> | 32 | --> |
33 | <html> | 33 | <html> |
34 | <head> | 34 | <head> |
35 | 35 | ||
36 | <link rel="stylesheet" type="text/css" href="css/colorbar.css"> | 36 | <link rel="stylesheet" type="text/css" href="css/colorbar.css"> |
37 | 37 | ||
38 | <script type="text/montage-serialization"> | 38 | <script type="text/montage-serialization"> |
39 | { | 39 | { |
40 | "owner": { | 40 | "owner": { |
41 | "prototype": "js/components/colorbar.reel[ColorBar]", | 41 | "prototype": "js/components/colorbar.reel[ColorBar]", |
42 | "properties": { | 42 | "properties": { |
43 | "element": {"#": "colorbar"} | 43 | "element": {"#": "colorbar"} |
44 | 44 | ||
45 | } | 45 | } |
46 | } | 46 | } |
47 | } | 47 | } |
48 | </script> | 48 | </script> |
49 | 49 | ||
50 | </head> | 50 | </head> |
51 | |||
52 | <body> | ||
53 | 51 | ||
54 | <canvas data-montage-id="colorbar" class="colorbar"></canvas> | 52 | <body> |
55 | 53 | ||
56 | </body> | 54 | <canvas data-montage-id="colorbar" class="colorbar"></canvas> |
55 | |||
56 | </body> | ||
57 | 57 | ||
58 | </html> | 58 | </html> |