r2994 commited - Dialog tests: Switch bgiframe to stackfix.

r2994 commited - Dialog tests: Switch bgiframe to stackfix.


Revision: 2994
Author: scott.gonzalez
Date: Mon Jul 27 16:53:58 2009
Log: Dialog tests: Switch bgiframe to stackfix.
http://code.google.com/p/jquery-ui/source/detail?r=2994
Modified:
/trunk/tests/unit/dialog/dialog_defaults.js
=======================================
--- /trunk/tests/unit/dialog/dialog_defaults.js    Mon Feb 9 03:15:23 2009
+++ /trunk/tests/unit/dialog/dialog_defaults.js    Mon Jul 27 16:53:58 2009
@@ -4,7 +4,6 @@
var dialog_defaults = {
    autoOpen: true,
-    bgiframe: false,
    buttons: {},
    closeOnEscape: true,
    closeText: 'close',
@@ -22,6 +21,7 @@
    resizable: true,
    show: null,
    stack: true,
+    stackfix: false,
    title: '',
    width: 300,
    zIndex: 1000