From 24b483db367291b72170f969de78efcb1a9b95bd Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Thu, 3 May 2012 22:53:07 -0700 Subject: integrating the latest montage version Signed-off-by: Valerio Virgillito --- node_modules/montage/ui/application.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node_modules/montage/ui/application.js') 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 _zIndex: {value: null}, _isSystemPopup: {value: function(type) { - return (type === 'alert' || type === 'confirm' || type === 'loading'); + return (type === 'alert' || type === 'confirm' || type === 'notify'); }}, _createPopupSlot: {value: function(zIndex) { @@ -201,7 +201,7 @@ var Application = exports.Application = Montage.create(Montage, /** @lends monta case "confirm": zIndex = 9003; break; - case "loading": + case "notify": zIndex = 9002; break; } -- cgit v1.2.3