mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Fixed reference path in rx.jquery.d.ts
This commit is contained in:
parent
3a92e77193
commit
aef69df8b4
2
rx-jquery/rx.jquery.d.ts
vendored
2
rx-jquery/rx.jquery.d.ts
vendored
@ -4,7 +4,7 @@
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
///<reference path="../jquery/jquery.d.ts"/>
|
||||
///<reference path="rx.d.ts"/>
|
||||
///<reference path="../rx/rx.d.ts"/>
|
||||
|
||||
interface RxJQueryAjaxResult<T> {
|
||||
data: T;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user