We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0415a commit 59a3e3eCopy full SHA for 59a3e3e
jquery.uniform/jquery.uniform.d.ts
@@ -3,7 +3,7 @@
3
// Definitions by: flyfishMT <https://github.com/flyfishMT/>
4
// Definitions: https://github.com/borisyankov/DefinitelyTyped
5
6
-///<reference path="../jquery/jquery.d.ts" />
+/// <reference path="../jquery/jquery.d.ts" />
7
8
interface UniformOptions {
9
activeClass?: string;
@@ -38,6 +38,7 @@ interface Uniform {
38
update(elemOrSelector?: any): void;
39
restore(elemOrSelector?: any): void;
40
elements: JQuery[];
41
+ defaults: UniformOptions;
42
}
43
interface JQueryStatic {
44
uniform: Uniform;
0 commit comments