Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

Commit

Permalink
alias getCanvas to existing getCanvass function
Browse files Browse the repository at this point in the history
  • Loading branch information
conorhastings committed Jun 16, 2015
1 parent 3428a22 commit a7fca35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ module.exports = {
return this.refs.canvass.getDOMNode();
};

classData.getCanvas = classData.getCanvass;

var i;
for (i=0; i<extras.length; i++) {
extra(extras[i]);
Expand Down

0 comments on commit a7fca35

Please sign in to comment.