UNPKG
backbone-http
Version:
latest (0.7.2)
0.7.2
0.7.1
0.7.0
0.6.2
0.6.0
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.0.0
An HTTP interface for BackboneORM
github.com/vidigami/backbone-http
vidigami/backbone-http
backbone-http
/
test
/
lib
/
node_jquery_xhr.coffee
4 lines
(3 loc)
•
139 B
text/coffeescript
View Raw
1
2
3
4
require
'node-jquery-xhr'
global
.
document
=
global
.
window
.
document
;
delete
global
.
window
module
.
exports
=
require
(
'backbone'
).
$
=
global
.
$