aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/popup/notifier.reel
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/popup/notifier.reel')
-rwxr-xr-xnode_modules/montage/ui/popup/notifier.reel/notifier.html2
-rwxr-xr-xnode_modules/montage/ui/popup/notifier.reel/notifier.js6
2 files changed, 5 insertions, 3 deletions
diff --git a/node_modules/montage/ui/popup/notifier.reel/notifier.html b/node_modules/montage/ui/popup/notifier.reel/notifier.html
index 3dfca6f6..09fe57ac 100755
--- a/node_modules/montage/ui/popup/notifier.reel/notifier.html
+++ b/node_modules/montage/ui/popup/notifier.reel/notifier.html
@@ -11,7 +11,7 @@
11 <script type="text/montage-serialization"> 11 <script type="text/montage-serialization">
12{ 12{
13 "owner": { 13 "owner": {
14 "prototype": "montage/ui/popup/notifier.reel", 14 "prototype": "ui/popup/notifier.reel",
15 "properties": { 15 "properties": {
16 "element": { 16 "element": {
17 "#": "notifier-main" 17 "#": "notifier-main"
diff --git a/node_modules/montage/ui/popup/notifier.reel/notifier.js b/node_modules/montage/ui/popup/notifier.reel/notifier.js
index ac3dcff9..c0878e65 100755
--- a/node_modules/montage/ui/popup/notifier.reel/notifier.js
+++ b/node_modules/montage/ui/popup/notifier.reel/notifier.js
@@ -20,9 +20,11 @@ var Popup = require("ui/popup/popup.reel").Popup;
20 */ 20 */
21 21
22var Notifier = exports.Notifier = Montage.create(Component, /** @lends module:"montage/ui/popup/notifier.reel".Notifier# */ { 22var Notifier = exports.Notifier = Montage.create(Component, /** @lends module:"montage/ui/popup/notifier.reel".Notifier# */ {
23 hasTemplate: {value: true},
24 23
25 _msgEl: {value: null}, 24 _msgEl: {
25 value: null,
26 serializable: true
27 },
26/** 28/**
27 Description TODO 29 Description TODO
28 @private 30 @private