Skip to content

Commit

Permalink
added prototype from basefilter
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur committed May 4, 2016
1 parent c491140 commit d7ea78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filters/blend_filter.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* object.filters.push(filter);
* object.applyFilters(canvas.renderAll.bind(canvas));
*/
fabric.Image.filters.Blend = fabric.util.createClass({
fabric.Image.filters.Blend = fabric.util.createClass(fabric.Image.filters.BaseFilter, /** @lends fabric.Image.filters.Blend.prototype */{
type: 'Blend',

initialize: function(options) {
Expand Down

0 comments on commit d7ea78b

Please sign in to comment.