Skip to content

Commit 4ccd570

Browse files
committed
fix jquery.ui.layout syntax errors
1 parent 0d35893 commit 4ccd570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery.ui.layout/jquery.ui.layout.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// Definitions by: Steve Fenton <https://github.com/Steve-Fenton>
44
// Definitions: https://github.com/borisyankov/DefinitelyTyped
55

6-
/// <reference path="./jquery/jquery.d.ts"/>
7-
/// <reference path="./jquery/jquery.ui.d.ts"/>
6+
/// <reference path="../jquery/jquery.d.ts"/>
7+
/// <reference path="../jqueryui/jqueryui.d.ts"/>
88

99
interface JQueryLayoutOptions {
1010
north: any;

0 commit comments

Comments
 (0)