From d3bd7ae09f1932026177186cdfd050d65a8380b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 27 Jul 2009 23:53:58 +0000 Subject: [PATCH] Dialog tests: Switch bgiframe to stackfix. --- tests/unit/dialog/dialog_defaults.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/dialog/dialog_defaults.js b/tests/unit/dialog/dialog_defaults.js index 9607bf194..33da934fd 100644 --- a/tests/unit/dialog/dialog_defaults.js +++ b/tests/unit/dialog/dialog_defaults.js @@ -4,7 +4,6 @@ var dialog_defaults = { autoOpen: true, - bgiframe: false, buttons: {}, closeOnEscape: true, closeText: 'close', @@ -22,6 +21,7 @@ var dialog_defaults = { resizable: true, show: null, stack: true, + stackfix: false, title: '', width: 300, zIndex: 1000 -- 2.39.5