mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Dialog: Fixed whitespace.
This commit is contained in:
parent
2366a81740
commit
4ad7154bee
3
ui/jquery.ui.dialog.js
vendored
3
ui/jquery.ui.dialog.js
vendored
@ -59,6 +59,7 @@ $.widget("ui.dialog", {
|
||||
width: 300,
|
||||
zIndex: 1000
|
||||
},
|
||||
|
||||
_create: function() {
|
||||
this.originalTitle = this.element.attr('title');
|
||||
// #5742 - .attr() might return a DOMElement
|
||||
@ -177,6 +178,7 @@ $.widget("ui.dialog", {
|
||||
uiDialog.bgiframe();
|
||||
}
|
||||
},
|
||||
|
||||
_init: function() {
|
||||
if ( this.options.autoOpen ) {
|
||||
this.open();
|
||||
@ -461,7 +463,6 @@ $.widget("ui.dialog", {
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
_position: function(position) {
|
||||
var myAt = [],
|
||||
offset = [0, 0],
|
||||
|
Loading…
Reference in New Issue
Block a user