Update interact.js typings to 1.0.25

This commit is contained in:
Adi Dahiya
2014-09-25 12:25:02 -04:00
parent fe50484fda
commit f2b7b66b3e
2 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -103,5 +103,6 @@ interact.deltaSource("page");
interact.restrict({
"drag": rectangle,
"resize": rectangle,
"gesture": rectangle
"gesture": rectangle,
"elementRect": { top: 0, left: 0, bottom: 1, right: 1 }
});