Skip to content

Commit fdc8102

Browse files
committed
Dialog: Remove uuid and getTitleId. Leftovers from 240b22b.
1 parent dffc5f5 commit fdc8102

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

ui/jquery.ui.dialog.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -662,17 +662,6 @@ $.widget("ui.dialog", {
662662
});
663663

664664
$.extend($.ui.dialog, {
665-
// TODO remove these
666-
uuid: 0,
667-
getTitleId: function($el) {
668-
var id = $el.attr( "id" );
669-
if ( !id ) {
670-
this.uuid += 1;
671-
id = this.uuid;
672-
}
673-
return "ui-dialog-title-" + id;
674-
},
675-
676665
// TODO move to dialog instance method
677666
overlay: function( dialog ) {
678667
this.$el = $.ui.dialog.overlay.create( dialog );

0 commit comments

Comments
 (0)