Skip to content

Commit 279e50d

Browse files
committedApr 7, 2015
Fixed reference tag in tests
1 parent 8883880 commit 279e50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎jquery-jsonrpcclient/jquery-jsonrpcclient-tests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// <reference path="../jquery/jquery.d.ts"/>
2-
/// <reference path="jquery.jsonrpcclient.d.ts"/>
2+
/// <reference path="jquery-jsonrpcclient.d.ts"/>
33

44
var foo = new $.JsonRpcClient({ ajaxUrl: '/backend/jsonrpc' });
55
foo.call(

0 commit comments

Comments
 (0)
Please sign in to comment.