Merge pull request #126 from IgorViskov/fixes/typescript

Fix TypeScript definition
This commit is contained in:
Anton Lavrenov
2016-02-02 20:19:27 +08:00

View File

@@ -151,6 +151,7 @@ declare module Konva {
// CHECK
getCanvas() : Canvas;
getClassName() : string;
getClientRect(): SizeConfig;
getContext() : Context;
getDepth() : number;
getHeight() : number;