Update kineticjs.d.ts

Updated arguments for Node.move() to match library:

http://kineticjs.com/docs/Kinetic.Node.html
This commit is contained in:
Taylan
2014-07-21 10:24:55 +01:00
parent b2e663550a
commit 93116a95bb

View File

@@ -45,7 +45,7 @@ declare module Kinetic {
isDraggable(): boolean;
isDragging(): boolean;
isListening(): boolean;
move(x: number, y: number): void;
move(change:{x: number; y: number}): void;
moveDown(): void;
moveTo(newContainer: IContainer): void;
moveToBottom(): void;