Remove unnecessary commas.

Found using jscritic.com.
This commit is contained in:
Jonathan Puckey 2014-03-28 14:02:39 +01:00
parent 01dbfe705c
commit 400bc69159
2 changed files with 2 additions and 2 deletions
src/path

View file

@ -318,7 +318,7 @@ var PathItem = Item.extend(/** @lends PathItem# */{
var winding = this._getWinding(point, false, true);
return !!(this.getWindingRule() === 'evenodd' ? winding & 1 : winding);
/*#*/ } // !__options.nativeContains && __options.booleanOperations
},
}
/**
* Smooth bezier curves without changing the amount of segments or their