mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Dialog: Remove outdated TODO
This commit is contained in:
parent
c8aef203cb
commit
1001504249
2
ui/jquery.ui.dialog.js
vendored
2
ui/jquery.ui.dialog.js
vendored
@ -92,8 +92,6 @@ $.widget("ui.dialog", {
|
|||||||
};
|
};
|
||||||
var that = this,
|
var that = this,
|
||||||
options = this.options,
|
options = this.options,
|
||||||
|
|
||||||
// TODO make this the default for the title option?
|
|
||||||
title = options.title || " ",
|
title = options.title || " ",
|
||||||
// TODO should use this.uiDialog instead
|
// TODO should use this.uiDialog instead
|
||||||
uiDialog,
|
uiDialog,
|
||||||
|
Loading…
Reference in New Issue
Block a user