aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-12-08 12:36:19 -0500
committerScott González <scott.gonzalez@gmail.com>2010-12-08 12:36:19 -0500
commit22671ad4f8e3e2e921c27bd2933fa088950abf2f (patch)
tree0873e7c769b10ce17ad91b45044064837bc42b02 /tests
parent63ec1152d810a80596b195301ee3d2cd3d6a1776 (diff)
downloadjquery-ui-22671ad4f8e3e2e921c27bd2933fa088950abf2f.tar.gz
jquery-ui-22671ad4f8e3e2e921c27bd2933fa088950abf2f.zip
Dialog: Moved the default value for the position.of option inside the _position() method to avoid a bug in jQuery 1.3.2. Fixes #6030 - ui.dialog with jQuery 1.3.2 causes RangeError.
This should be reverted in jQuery UI 1.9.
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/dialog/dialog_defaults.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/dialog/dialog_defaults.js b/tests/unit/dialog/dialog_defaults.js
index 612fd58c8..7c94d3336 100644
--- a/tests/unit/dialog/dialog_defaults.js
+++ b/tests/unit/dialog/dialog_defaults.js
@@ -20,7 +20,6 @@ var dialog_defaults = {
position: {
my: 'center',
at: 'center',
- of: window,
collision: 'fit',
using: $.ui.dialog.prototype.options.position.using
},