Skip to content

Commit

Permalink
Merge pull request #1 from jdduarte/gh-pages
Browse files Browse the repository at this point in the history
Fixes bug which was preventing a pane name specified in the options to be set.
  • Loading branch information
brendankenny committed Jun 22, 2015
2 parents 8dd41c9 + 975880e commit 13ce11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CanvasLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ CanvasLayer.prototype.setOptions = function(options) {
}

if (options.paneName !== undefined) {
this.setPane(options.paneName);
this.setPaneName(options.paneName);
}

if (options.updateHandler !== undefined) {
Expand Down

0 comments on commit 13ce11d

Please sign in to comment.