diff options
author | Ananya Sen | 2012-02-01 12:00:04 -0800 |
---|---|---|
committer | Ananya Sen | 2012-02-01 12:00:04 -0800 |
commit | cac299b27fcd9e317a391236502f513f215e8d2d (patch) | |
tree | fc2fb9e341b04694ef7966d84b26e7707ee53f1b /js/components/popup-manager.reel/popup-manager.js | |
parent | 553fce7721cacfd13b6013fdcdd0243c90083b5e (diff) | |
parent | d74910a897f2db920f6f67d922532d245074c8f7 (diff) | |
download | ninja-cac299b27fcd9e317a391236502f513f215e8d2d.tar.gz |
Merge branch 'FileIO' of github.com:joseeight/ninja-internal into FileIO
Diffstat (limited to 'js/components/popup-manager.reel/popup-manager.js')
-rwxr-xr-x | js/components/popup-manager.reel/popup-manager.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/components/popup-manager.reel/popup-manager.js b/js/components/popup-manager.reel/popup-manager.js index be3c1e8d..bc755f74 100755 --- a/js/components/popup-manager.reel/popup-manager.js +++ b/js/components/popup-manager.reel/popup-manager.js | |||
@@ -32,7 +32,8 @@ exports.PopupMananger = Montage.create(Component, { | |||
32 | addPopup: { | 32 | addPopup: { |
33 | enumerable: true, | 33 | enumerable: true, |
34 | value: function (popup, depth, blackout) { | 34 | value: function (popup, depth, blackout) { |
35 | // | 35 | //Fix to ensure always highest |
36 | this.element.style.zIndex = this._getNextHighestZindex(document.body); // Highest z-index in body | ||
36 | //TODO: Add blackout background | 37 | //TODO: Add blackout background |
37 | //Checking for manual or setting auto to next highest depth | 38 | //Checking for manual or setting auto to next highest depth |
38 | if (depth) { | 39 | if (depth) { |