aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/application.js
diff options
context:
space:
mode:
authorJonathan Duran2012-05-09 09:58:27 -0700
committerJonathan Duran2012-05-09 09:58:27 -0700
commit48a2a800155fd2d608fb7191c0180cd8f625cd44 (patch)
tree899f9cf1b09a01bc073f92ab498236aed80b38ec /node_modules/montage/ui/application.js
parent2ea8a62835f4c20efff2623306e7205e6f5bf0ba (diff)
parentd220c02e246b30509b28a47fa04916ca2b8122e4 (diff)
downloadninja-48a2a800155fd2d608fb7191c0180cd8f625cd44.tar.gz
Merge branch 'refs/heads/NINJAmaster' into TimelineUber
Conflicts: js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html Signed-off-by: Jonathan Duran <jduran@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 }