From 615a1281e32fa0691b1d176da6876934b90d34ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sat, 9 Jul 2011 17:03:10 +0200 Subject: [PATCH] Remove obsolete TODO. --- src/item/HitResult.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/item/HitResult.js b/src/item/HitResult.js index 180f2cf5..cfa3520c 100644 --- a/src/item/HitResult.js +++ b/src/item/HitResult.js @@ -42,7 +42,6 @@ HitResult = Base.extend(/** @lends HitResult# */{ * @private */ getOptions: function(point, options) { - // TODO: Consier moving to HitResult / HitEvent? return options && options._merged ? options : Base.merge({ // Use the converted options object to perform point conversion // only once.