* Remove dialog resizable stuff, it's not tested

This commit is contained in:
Morgan Jones 2013-05-08 03:48:26 -06:00
parent 125bc190f1
commit 04851af096

View File

@ -69,7 +69,6 @@ window.dialog = function(options) {
if(options.modal) {
options.dialogClass = 'ui-dialog-modal';
options.draggable = false;
options.resizable = false;
}
// Close out existing dialogs.
@ -87,7 +86,6 @@ window.dialog = function(options) {
autoOpen: false,
modal: false,
draggable: true,
resizable: true,
closeText: ' ',
title: '#<Dialog: ' + id + '>',
buttons: {