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

Commit

Permalink
Merge pull request #29 from socialtables/get-canvas
Browse files Browse the repository at this point in the history
alias getCanvas to existing getCanvass function
  • Loading branch information
jhudson8 committed Jun 18, 2015
2 parents 3428a22 + a7fca35 commit 6fe5ca9
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 6fe5ca9

Please sign in to comment.