aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2012-11-15 23:04:11 +0100
committerJörn Zaefferer <joern.zaefferer@gmail.com>2012-11-26 10:28:22 +0100
commit1001504249b699d8f0f9d0832762c33c4165a007 (patch)
tree3fa7da0f9bc2e7dc607ac981ef12370db0f1b36b
parentc8aef203cbb76f8b362da483203381b049c01539 (diff)
downloadjquery-ui-1001504249b699d8f0f9d0832762c33c4165a007.tar.gz
jquery-ui-1001504249b699d8f0f9d0832762c33c4165a007.zip
Dialog: Remove outdated TODO
-rw-r--r--ui/jquery.ui.dialog.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/jquery.ui.dialog.js b/ui/jquery.ui.dialog.js
index 4c2672866..0a88a78f9 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 || "&#160;",
// TODO should use this.uiDialog instead
uiDialog,