Merge pull request #5355 from jacqt/interactjs

Interactjs: Add missing preventDefault method to Interactable interface
This commit is contained in:
Masahiro Wakame
2015-08-17 22:56:12 +09:00
+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;