Merge pull request #5301 from luckyllama/patch-1

Update velocity-animate.d.ts
This commit is contained in:
Masahiro Wakame
2015-08-13 23:50:14 +09:00
+3
View File
@@ -58,5 +58,8 @@ declare module jquery.velocity {
delay?: any;
mobileHA?: boolean;
_cacheValues?: boolean;
container?: JQuery;
axis?: string;
offset?: number;
}
}