aboutsummaryrefslogtreecommitdiff
path: root/js/components/toolbar.reel/toolbar.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/toolbar.reel/toolbar.html')
-rw-r--r--js/components/toolbar.reel/toolbar.html6
1 files changed, 3 insertions, 3 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>
3Copyright (c) 2012, Motorola Mobility, Inc 3Copyright (c) 2012, Motorola Mobility, Inc
4All Rights Reserved. 4All 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": {