diff options
Diffstat (limited to 'js/components')
106 files changed, 1612 insertions, 1613 deletions
diff --git a/js/components/SliderBase.js b/js/components/SliderBase.js index 5a12fcb6..30bba8de 100755 --- a/js/components/SliderBase.js +++ b/js/components/SliderBase.js | |||
@@ -88,7 +88,7 @@ var SliderBase = exports.SliderBase = Montage.create(Component, { | |||
88 | if(this._enabled) | 88 | if(this._enabled) |
89 | { | 89 | { |
90 | this.element.classList.remove("disabled"); | 90 | this.element.classList.remove("disabled"); |
91 | 91 | ||
92 | this.element.addEventListener("blur", this); | 92 | this.element.addEventListener("blur", this); |
93 | this.element.addEventListener("focus", this); | 93 | this.element.addEventListener("focus", this); |
94 | 94 | ||
diff --git a/js/components/about-box.reel/about-box.html b/js/components/about-box.reel/about-box.html index 0ed468a2..03812deb 100644 --- a/js/components/about-box.reel/about-box.html +++ b/js/components/about-box.reel/about-box.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <!DOCTYPE html> | 1 | <!doctype html> |
2 | <!-- <copyright> | 2 | <!-- <copyright> |
3 | Copyright (c) 2012, Motorola Mobility, Inc | 3 | Copyright (c) 2012, Motorola Mobility, Inc |
4 | All Rights Reserved. | 4 | All Rights Reserved. |
diff --git a/js/components/colorbar.reel/colorbar.html b/js/components/colorbar.reel/colorbar.html index e61cc2f2..e353d860 100755 --- a/js/components/colorbar.reel/colorbar.html +++ b/js/components/colorbar.reel/colorbar.html | |||
@@ -1,4 +1,4 @@ | |||
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 |
@@ -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"> |