From a7fca35f3cbc2eef3c4ed0c41c63fb7b4731900c Mon Sep 17 00:00:00 2001 From: conorhastings Date: Tue, 16 Jun 2015 11:48:57 -0400 Subject: [PATCH] alias getCanvas to existing getCanvass function --- lib/core.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/core.js b/lib/core.js index 9479f19..08a2f17 100644 --- a/lib/core.js +++ b/lib/core.js @@ -66,6 +66,8 @@ module.exports = { return this.refs.canvass.getDOMNode(); }; + classData.getCanvas = classData.getCanvass; + var i; for (i=0; i