]> source.dussan.org Git - jquery-ui.git/commitdiff
Dialog: Remove outdated TODO
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Thu, 15 Nov 2012 22:04:11 +0000 (23:04 +0100)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Fri, 16 Nov 2012 09:43:57 +0000 (10:43 +0100)
ui/jquery.ui.dialog.js

index 4c26728665936af2073e32c432faf66abe8a5682..0a88a78f970290c54f25ba9b94bb5215ab48b8a6 100644 (file)
@@ -92,8 +92,6 @@ $.widget("ui.dialog", {
                };
                var that = this,
                        options = this.options,
-
-                       // TODO make this the default for the title option?
                        title = options.title || "&#160;",
                        // TODO should use this.uiDialog instead
                        uiDialog,