diff options
author | Jose Antonio Marquez | 2012-05-03 09:55:11 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-05-03 09:55:11 -0700 |
commit | cbff2dcb7eeedc09fbe60a26da023e7b5bf2b36e (patch) | |
tree | 540a269ea7ee5fd68b7581921592f2c2dd38a17d /js/components/colorbar.reel | |
parent | 691beb1c39fc0baa683f1fc56cbc519fe58f306d (diff) | |
download | ninja-cbff2dcb7eeedc09fbe60a26da023e7b5bf2b36e.tar.gz |
Changing ID to Montage-ID for Color Components
Diffstat (limited to 'js/components/colorbar.reel')
-rwxr-xr-x | js/components/colorbar.reel/colorbar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/colorbar.reel/colorbar.html b/js/components/colorbar.reel/colorbar.html index c5bc186a..2e189c87 100755 --- a/js/components/colorbar.reel/colorbar.html +++ b/js/components/colorbar.reel/colorbar.html | |||
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | <body> | 30 | <body> |
31 | 31 | ||
32 | <canvas id="colorbar" class="colorbar"></canvas> | 32 | <canvas data-montage-id="colorbar" class="colorbar"></canvas> |
33 | 33 | ||
34 | </body> | 34 | </body> |
35 | 35 | ||