From b7b4cbb50222ec4075356002a25ecb140663a264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Zaefferer?= Date: Thu, 15 Nov 2012 23:04:11 +0100 Subject: [PATCH] Dialog: Remove outdated TODO --- ui/jquery.ui.dialog.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/jquery.ui.dialog.js b/ui/jquery.ui.dialog.js index 4c26728665..0a88a78f97 100644 --- a/ui/jquery.ui.dialog.js +++ b/ui/jquery.ui.dialog.js @@ -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 || " ", // TODO should use this.uiDialog instead uiDialog,