Fix type annotation in JsDoc

Use "number" instead of Int, which is non-existent
This commit is contained in:
Dominator008
2015-09-03 15:23:59 -07:00
parent 7c228c0930
commit b3788c2937
+1 -1
View File
@@ -32,7 +32,7 @@ declare module JQueryGlide {
/**
* Default: 500
* Animation time in ms
* @type {Int}
* @type {number}
*/
animationDuration?: number;
/**