diff options
Diffstat (limited to 'js/components/colorwheel.reel/colorwheel.html')
-rwxr-xr-x | js/components/colorwheel.reel/colorwheel.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/js/components/colorwheel.reel/colorwheel.html b/js/components/colorwheel.reel/colorwheel.html index 4f542f88..d1cf9584 100755 --- a/js/components/colorwheel.reel/colorwheel.html +++ b/js/components/colorwheel.reel/colorwheel.html | |||
@@ -1,5 +1,5 @@ | |||
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <!-- | 2 | <!-- |
3 | <copyright> | 3 | <copyright> |
4 | Copyright (c) 2012, Motorola Mobility, Inc | 4 | Copyright (c) 2012, Motorola Mobility, Inc |
5 | All Rights Reserved. | 5 | All Rights Reserved. |
@@ -32,9 +32,9 @@ POSSIBILITY OF SUCH DAMAGE. | |||
32 | --> | 32 | --> |
33 | <html lang="en"> | 33 | <html lang="en"> |
34 | <head> | 34 | <head> |
35 | 35 | ||
36 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | 36 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
37 | 37 | ||
38 | <link rel="stylesheet" type="text/css" href="css/colorwheel.css"> | 38 | <link rel="stylesheet" type="text/css" href="css/colorwheel.css"> |
39 | 39 | ||
40 | <script type="text/montage-serialization"> | 40 | <script type="text/montage-serialization"> |
@@ -52,18 +52,18 @@ POSSIBILITY OF SUCH DAMAGE. | |||
52 | } | 52 | } |
53 | } | 53 | } |
54 | </script> | 54 | </script> |
55 | 55 | ||
56 | </head> | 56 | </head> |
57 | 57 | ||
58 | <body> | 58 | <body> |
59 | 59 | ||
60 | <div data-montage-id="colorwheel" class="colorwheel"> | 60 | <div data-montage-id="colorwheel" class="colorwheel"> |
61 | <canvas data-montage-id="wheel"></canvas> | 61 | <canvas data-montage-id="wheel"></canvas> |
62 | <canvas data-montage-id="swatch"></canvas> | 62 | <canvas data-montage-id="swatch"></canvas> |
63 | <canvas data-montage-id="sselect"></canvas> | 63 | <canvas data-montage-id="sselect"></canvas> |
64 | <canvas data-montage-id="wselect"></canvas> | 64 | <canvas data-montage-id="wselect"></canvas> |
65 | </div> | 65 | </div> |
66 | 66 | ||
67 | </body> | 67 | </body> |
68 | 68 | ||
69 | </html> | 69 | </html> |