diff options
Diffstat (limited to 'js/components/toolbar.reel')
-rw-r--r-- | js/components/toolbar.reel/toolbar.html | 6 | ||||
-rw-r--r-- | js/components/toolbar.reel/toolbar.js | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/js/components/toolbar.reel/toolbar.html b/js/components/toolbar.reel/toolbar.html index 6ab87048..42b0a727 100644 --- a/js/components/toolbar.reel/toolbar.html +++ b/js/components/toolbar.reel/toolbar.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. |
@@ -41,7 +41,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
41 | "repetition": {"@": "buttonList" } | 41 | "repetition": {"@": "buttonList" } |
42 | } | 42 | } |
43 | }, | 43 | }, |
44 | 44 | ||
45 | "buttonList": { | 45 | "buttonList": { |
46 | "prototype" : "montage/ui/repetition.reel", | 46 | "prototype" : "montage/ui/repetition.reel", |
47 | "properties": { | 47 | "properties": { |
@@ -51,7 +51,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
51 | "objects": {"<-": "@owner.buttons"} | 51 | "objects": {"<-": "@owner.buttons"} |
52 | } | 52 | } |
53 | }, | 53 | }, |
54 | 54 | ||
55 | "button": { | 55 | "button": { |
56 | "prototype": "js/components/toolbar.reel/toolbar-button", | 56 | "prototype": "js/components/toolbar.reel/toolbar-button", |
57 | "properties": { | 57 | "properties": { |
diff --git a/js/components/toolbar.reel/toolbar.js b/js/components/toolbar.reel/toolbar.js index 0fcb1da7..1716c05b 100644 --- a/js/components/toolbar.reel/toolbar.js +++ b/js/components/toolbar.reel/toolbar.js | |||
@@ -36,7 +36,7 @@ exports.Toolbar = Montage.create(Component, { | |||
36 | value: null, | 36 | value: null, |
37 | serializable: true | 37 | serializable: true |
38 | }, | 38 | }, |
39 | 39 | ||
40 | _needsButtonProperties : { | 40 | _needsButtonProperties : { |
41 | value: null | 41 | value: null |
42 | }, | 42 | }, |