mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Dialog: Remove uuid and getTitleId. Leftovers from 240b22b143
.
This commit is contained in:
parent
dffc5f52a1
commit
fdc810277e
11
ui/jquery.ui.dialog.js
vendored
11
ui/jquery.ui.dialog.js
vendored
@ -662,17 +662,6 @@ $.widget("ui.dialog", {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$.extend($.ui.dialog, {
|
$.extend($.ui.dialog, {
|
||||||
// TODO remove these
|
|
||||||
uuid: 0,
|
|
||||||
getTitleId: function($el) {
|
|
||||||
var id = $el.attr( "id" );
|
|
||||||
if ( !id ) {
|
|
||||||
this.uuid += 1;
|
|
||||||
id = this.uuid;
|
|
||||||
}
|
|
||||||
return "ui-dialog-title-" + id;
|
|
||||||
},
|
|
||||||
|
|
||||||
// TODO move to dialog instance method
|
// TODO move to dialog instance method
|
||||||
overlay: function( dialog ) {
|
overlay: function( dialog ) {
|
||||||
this.$el = $.ui.dialog.overlay.create( dialog );
|
this.$el = $.ui.dialog.overlay.create( dialog );
|
||||||
|
Loading…
Reference in New Issue
Block a user