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

Commit 6fe5ca9

Browse files
committed
Merge pull request #29 from socialtables/get-canvas
alias getCanvas to existing getCanvass function
2 parents 3428a22 + a7fca35 commit 6fe5ca9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/core.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ module.exports = {
6666
return this.refs.canvass.getDOMNode();
6767
};
6868

69+
classData.getCanvas = classData.getCanvass;
70+
6971
var i;
7072
for (i=0; i<extras.length; i++) {
7173
extra(extras[i]);

0 commit comments

Comments
 (0)