projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93c5461
)
Expose Notification component to plugins
author
Darren
<darren@darrenwhitlen.com>
Mon, 6 Oct 2014 22:09:44 +0000
(23:09 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Mon, 6 Oct 2014 22:09:44 +0000
(23:09 +0100)
client/src/models/application.js
patch
|
blob
|
blame
|
history
diff --git
a/client/src/models/application.js
b/client/src/models/application.js
index 4456c59d10b326205648ecfdeef0271f29d62f6f..461584e5853f4801664620e69b90a1ca7f118b05 100644
(file)
--- a/
client/src/models/application.js
+++ b/
client/src/models/application.js
@@
-116,6
+116,7
@@
_kiwi.global.components.Panel =_kiwi.model.Panel;
\r
_kiwi.global.components.MenuBox = _kiwi.view.MenuBox;
\r
_kiwi.global.components.DataStore = _kiwi.model.DataStore;
\r
+ _kiwi.global.components.Notification = _kiwi.view.Notification;
\r
},
\r
\r
\r