Skip to content

Commit

Permalink
Dialog: Remove uuid and getTitleId. Leftovers from 240b22b.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Nov 26, 2012
1 parent 0bc73b7 commit e3dcaf2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions ui/jquery.ui.dialog.js
Expand Up @@ -662,17 +662,6 @@ $.widget("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
overlay: function( dialog ) {
this.$el = $.ui.dialog.overlay.create( dialog );
Expand Down

0 comments on commit e3dcaf2

Please sign in to comment.