From f3f551576302e27353b12c218fdea7a816eadbca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Tue, 17 May 2011 13:42:45 +0100 Subject: [PATCH] Add comment about potential renaming of artworkToView -> projectToView? --- src/ui/View.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/View.js b/src/ui/View.js index fdce8e72..0f653682 100644 --- a/src/ui/View.js +++ b/src/ui/View.js @@ -203,6 +203,8 @@ var View = this.View = Base.extend({ // TODO: getShowGrid // TODO: getMousePoint // TODO: artworkToView(rect) + + // TODO: Consider naming these projectToView, viewToProject artworkToView: function(point) { return this._matrix._transformPoint(Point.read(arguments)); },