mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -05:00
Remove obsolete TODO.
This commit is contained in:
parent
5bac5189a4
commit
615a1281e3
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue