Make constants local vars.
This commit is contained in:
Родитель
98aaf37e3f
Коммит
66aa3b3605
|
@ -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 = [];
|
||||
|
|
Загрузка…
Ссылка в новой задаче