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
*/
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.