From 8143144e8782fe9e50f0d847860ca696d838d41a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sat, 28 Dec 2013 21:21:26 +0100 Subject: [PATCH] Remove trailing comma. --- src/ui/View.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/View.js b/src/ui/View.js index e05e8d82..077785c6 100644 --- a/src/ui/View.js +++ b/src/ui/View.js @@ -447,7 +447,7 @@ var View = Base.extend(Callback, /** @lends View# */{ viewToProject: function(/* point */) { return this._matrix._inverseTransform(Point.read(arguments)); - }, + } /** * {@grouptitle Event Handlers}