Skip to content

Commit c98d59e

Browse files
author
Vlad Balin
committed
proxied Backbone.ajax
1 parent c0cc3c2 commit c98d59e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

nestedtypes.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ function linkToProp( name ){
5555
// allow sync and jQuery override
5656
Object.defineProperties( exports, {
5757
'sync' : linkToProp( 'sync' ),
58-
'$' : linkToProp( '$' )
58+
'$' : linkToProp( '$' ),
59+
'ajax' : linkToProp( 'ajax' )
5960
});

0 commit comments

Comments
 (0)