aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.html
diff options
context:
space:
mode:
authorArmen Kesablyan2012-06-19 00:45:26 -0700
committerArmen Kesablyan2012-06-19 00:45:26 -0700
commitc59eb371559a3061ce53223e249ca97daace5968 (patch)
treef9540e26c0f273d35f92010605da65dd85bbe70c /node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.html
parent0f040acabfb7a4bf3138debec5aff869487ceb11 (diff)
parent918a4f5870e972b6e4e301c3237e065a1ffd26f5 (diff)
downloadninja-c59eb371559a3061ce53223e249ca97daace5968.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal
Diffstat (limited to 'node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.html')
-rw-r--r--node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.html b/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.html
index cd180dcc..9cebd32e 100644
--- a/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.html
+++ b/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.html
@@ -11,7 +11,7 @@
11 <script type="text/montage-serialization"> 11 <script type="text/montage-serialization">
12 { 12 {
13 "overlay": { 13 "overlay": {
14 "prototype": "montage/ui/slot.reel", 14 "prototype": "ui/slot.reel",
15 "properties": { 15 "properties": {
16 "element": {"#": "editor-slot"}, 16 "element": {"#": "editor-slot"},
17 "delegate": {"@": "owner"} 17 "delegate": {"@": "owner"}
@@ -19,7 +19,7 @@
19 }, 19 },
20 20
21 "owner": { 21 "owner": {
22 "prototype": "montage/ui/rich-text-editor/rich-text-editor.reel", 22 "prototype": "ui/rich-text-editor/rich-text-editor.reel",
23 "properties": { 23 "properties": {
24 "element": {"#": "rich-text-editor-container"}, 24 "element": {"#": "rich-text-editor-container"},
25 "_overlaySlot": {"@": "overlay"} 25 "_overlaySlot": {"@": "overlay"}