This commit is contained in:
David I. Lehn 2014-07-28 18:46:44 -04:00
Родитель 98aaf37e3f
Коммит 66aa3b3605
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -171,8 +171,8 @@ var dialogPolyfill = (function() {
// dialogs on the pending dialog stack are positioned below it. In the actual
// implementation, the modal dialog stacking is controlled by the top layer,
// where z-index has no effect.
TOP_LAYER_ZINDEX = 100000;
MAX_PENDING_DIALOGS = 100000;
var TOP_LAYER_ZINDEX = 100000;
var MAX_PENDING_DIALOGS = 100000;
dialogPolyfill.DialogManager = function() {
this.pendingDialogStack = [];