Skip to content

Commit

Permalink
proxied Backbone.ajax
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Balin committed Nov 5, 2015
1 parent c0cc3c2 commit c98d59e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion nestedtypes.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ function linkToProp( name ){
// allow sync and jQuery override
Object.defineProperties( exports, {
'sync' : linkToProp( 'sync' ),
'$' : linkToProp( '$' )
'$' : linkToProp( '$' ),
'ajax' : linkToProp( 'ajax' )
});

0 comments on commit c98d59e

Please sign in to comment.