Remove obsolete TODO.

This commit is contained in:
Jürg Lehni 2011-07-09 17:03:10 +02:00
parent 5bac5189a4
commit 615a1281e3

View file

@ -42,7 +42,6 @@ HitResult = Base.extend(/** @lends HitResult# */{
* @private * @private
*/ */
getOptions: function(point, options) { getOptions: function(point, options) {
// TODO: Consier moving to HitResult / HitEvent?
return options && options._merged ? options : Base.merge({ return options && options._merged ? options : Base.merge({
// Use the converted options object to perform point conversion // Use the converted options object to perform point conversion
// only once. // only once.