Skip to content

Commit

Permalink
Fix missing this that breaks filters setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kprist committed Nov 4, 2015
1 parent a11e3e8 commit fdae167
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/leaflet-tilefilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ L.ChannelFilters.Matrix = L.ChannelFilter.extend({
matrix: [ 0.393, 0.769, 0.189, 0.349, 0.686, 0.168, 0.272, 0.534, 0.131 ]
},
initialize: function () {
L.ChannelFilter.prototype.initialize.call(this, options);
L.ChannelFilter.prototype.initialize.call(this, this.options);
},
updateChannels: function(channels) {
var matrix = this.options.matrix;
Expand Down
Loading

0 comments on commit fdae167

Please sign in to comment.