aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/application.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-03 22:53:07 -0700
committerValerio Virgillito2012-05-03 22:53:07 -0700
commit24b483db367291b72170f969de78efcb1a9b95bd (patch)
treea691a7803cefbfa76a6331a50cbeebcd16287d91 /node_modules/montage/ui/application.js
parentdc93269cfa7c315d22d85c8217e2412749643f28 (diff)
downloadninja-24b483db367291b72170f969de78efcb1a9b95bd.tar.gz
integrating the latest montage version
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules/montage/ui/application.js')
-rwxr-xr-xnode_modules/montage/ui/application.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/montage/ui/application.js b/node_modules/montage/ui/application.js
index 7cb4bd97..bbce6835 100755
--- a/node_modules/montage/ui/application.js
+++ b/node_modules/montage/ui/application.js
@@ -169,7 +169,7 @@ var Application = exports.Application = Montage.create(Montage, /** @lends monta
169 _zIndex: {value: null}, 169 _zIndex: {value: null},
170 170
171 _isSystemPopup: {value: function(type) { 171 _isSystemPopup: {value: function(type) {
172 return (type === 'alert' || type === 'confirm' || type === 'loading'); 172 return (type === 'alert' || type === 'confirm' || type === 'notify');
173 }}, 173 }},
174 174
175 _createPopupSlot: {value: function(zIndex) { 175 _createPopupSlot: {value: function(zIndex) {
@@ -201,7 +201,7 @@ var Application = exports.Application = Montage.create(Montage, /** @lends monta
201 case "confirm": 201 case "confirm":
202 zIndex = 9003; 202 zIndex = 9003;
203 break; 203 break;
204 case "loading": 204 case "notify":
205 zIndex = 9002; 205 zIndex = 9002;
206 break; 206 break;
207 } 207 }