Skip to content

Commit 426f843

Browse files
author
Vlad Balin
committed
added local backbonejs instead of dependency
1 parent 756df95 commit 426f843

File tree

5 files changed

+1611
-4
lines changed

5 files changed

+1611
-4
lines changed

nestedtypes.js

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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"underscore": ">=1.5.0"
2222
},
2323
"devDependencies": {
24-
"backbone": "<1.2.0",
2524
"chai": "* <3",
2625
"jquery": "*",
2726
"mocha": "*",

src/backbone+.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* ------------------------------------------------------------- */
88

99
var Class = require( './object+' ),
10-
Backbone = require( 'backbone' );
10+
Backbone = require( './backbone' );
1111

1212
module.exports = Backbone;
1313

0 commit comments

Comments
 (0)