Skip to content

Commit 59a3e3e

Browse files
flyfishMTflyfishMT
authored andcommitted
uniform.js
1 parent 2a0415a commit 59a3e3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jquery.uniform/jquery.uniform.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Definitions by: flyfishMT <https://github.com/flyfishMT/>
44
// Definitions: https://github.com/borisyankov/DefinitelyTyped
55

6-
///<reference path="../jquery/jquery.d.ts" />
6+
/// <reference path="../jquery/jquery.d.ts" />
77

88
interface UniformOptions {
99
activeClass?: string;
@@ -38,6 +38,7 @@ interface Uniform {
3838
update(elemOrSelector?: any): void;
3939
restore(elemOrSelector?: any): void;
4040
elements: JQuery[];
41+
defaults: UniformOptions;
4142
}
4243
interface JQueryStatic {
4344
uniform: Uniform;

0 commit comments

Comments
 (0)