Remove trailing comma.

This commit is contained in:
Jürg Lehni 2013-12-28 21:21:26 +01:00
parent c0ed227cbc
commit 8143144e87

View file

@ -447,7 +447,7 @@ var View = Base.extend(Callback, /** @lends View# */{
viewToProject: function(/* point */) {
return this._matrix._inverseTransform(Point.read(arguments));
},
}
/**
* {@grouptitle Event Handlers}