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

Commit a7fca35

Browse files
author
conorhastings
committed
alias getCanvas to existing getCanvass function
1 parent 3428a22 commit a7fca35

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)