diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/dialog/dialog_defaults.js | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/unit/dialog/dialog_defaults.js b/tests/unit/dialog/dialog_defaults.js index cba514fe7..612fd58c8 100644 --- a/tests/unit/dialog/dialog_defaults.js +++ b/tests/unit/dialog/dialog_defaults.js @@ -22,13 +22,7 @@ var dialog_defaults = { at: 'center', of: window, collision: 'fit', - // ensure that the titlebar is never outside the document - using: function(pos) { - var topOffset = $(this).css(pos).offset().top; - if (topOffset < 0) { - $(this).css('top', pos.top - topOffset); - } - } + using: $.ui.dialog.prototype.options.position.using }, resizable: true, show: null, |