Skip to content

Commit

Permalink
Update base_brush.class.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Jan 16, 2022
1 parent eef5936 commit 85a6317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brushes/base_brush.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ fabric.BaseBrush = fabric.util.createClass(/** @lends fabric.BaseBrush.prototype
* @private
* @param {CanvasRenderingContext2D} ctx
*/
render: function (ctx /*eslint-disable-line no-unused-vars*/) {
render: function (ctx /* eslint-disable-line no-unused-vars */) {

},

Expand Down

0 comments on commit 85a6317

Please sign in to comment.