Interactjs: Add missing preventDefault method to Interactable interface

This commit is contained in:
Anthony Guo
2015-08-13 14:22:20 -07:00
parent 304a251979
commit 8629aa4636
+1
View File
@@ -55,6 +55,7 @@ declare module Interact {
origin(newValue: HTMLElement): Interactable;
origin(newValue: SVGElement): Interactable;
origin(newValue: Point): Interactable;
preventDefault(newValue: boolean | string): Interactable;
rectChecker(): Function;
rectChecker(newValue: Function): Interactable;
resizable(): Interactable;