Skip to content

Commit d63c225

Browse files
committed
Added missing comma.
1 parent e0b76e7 commit d63c225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/filters/mask_filter.class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fabric.Image.filters.Mask = fabric.util.createClass(/** @lends fabric.Image.filt
5151
data[ i + 3 ] = maskData[ i + channel ];
5252
}
5353
context.putImageData( imageData, 0, 0 );
54-
}
54+
},
5555

5656
/**
5757
* Returns json representation of filter

0 commit comments

Comments
 (0)