Skip to content

Commit c6c740e

Browse files
committed
[#771] fix code linting
1 parent 05712b1 commit c6c740e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shapes/ellipse.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
* @param {me.Matrix2d} matrix the transformation matrix
156156
* @return {me.Polygon} Reference to this object for method chaining
157157
*/
158-
transform : function (m) {
158+
transform : function (/* m */) {
159159
// TODO
160160
return this;
161161
},

0 commit comments

Comments
 (0)