File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1414 - UNDERSCORE=1.6 BACKBONE=1.0
1515 - UNDERSCORE=1.4.4 BACKBONE=1.1.0
1616 - UNDERSCORE=1.5 BACKBONE=1.1
17+ - UNDERSCORE=1.7 BACKBONE=1.2
18+ - UNDERSCORE=1.8 BACKBONE=1.2
1719 - LODASH=2.4 BACKBONE=1.1
1820 - LODASH=3.0 BACKBONE=1.1
1921 - LODASH=3.1 BACKBONE=1.0
Original file line number Diff line number Diff line change 3434 " upgradeGuide.md"
3535 ],
3636 "dependencies" : {
37- "backbone" : " 1.0.0 - 1.1.2 " ,
38- "underscore" : " 1.4.4 - 1.6.0 " ,
37+ "backbone" : " 1.0.0 - 1.2.1 " ,
38+ "underscore" : " 1.4.4 - 1.8.3 " ,
3939 "backbone.babysitter" : " ^0.1.0" ,
4040 "backbone.radio" : " ^0.9.0" ,
4141 "backbone-metal" : " ^0.5.0" ,
Original file line number Diff line number Diff line change 3232 "marionettejs/backbone.babysitter" : " *" ,
3333 "marionettejs/backbone.radio" : " *" ,
3434 "marionettejs/backbone-metal" : " *" ,
35- "jashkenas/backbone" : " * " ,
36- "jashkenas/underscore" : " * "
35+ "jashkenas/backbone" : " 1.0.0 - 1.2.1 " ,
36+ "jashkenas/underscore" : " 1.4.4 - 1.8.3 "
3737 },
3838 "scripts" : [
3939 " lib/core/backbone.marionette.js"
Original file line number Diff line number Diff line change 4242 "dependencies" : {
4343 "backbone.babysitter" : " ^0.1.0" ,
4444 "backbone.radio" : " ^0.9.0" ,
45- "backbone" : " 1.0.0 - 1.1.2 " ,
45+ "backbone" : " 1.0.0 - 1.2.1 " ,
4646 "backbone-metal" : " ^0.5.0" ,
47- "underscore" : " 1.4.4 - 1.6.0 "
47+ "underscore" : " 1.4.4 - 1.8.3 "
4848 },
4949 "devDependencies" : {
5050 "chai" : " 1.9.1" ,
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ beforeEach(function() {
2929
3030afterEach ( function ( ) {
3131 this . sinon . restore ( ) ;
32- clearFixtures ( ) ;
3332 window . location . hash = '' ;
3433 Backbone . history . stop ( ) ;
3534 Backbone . history . handlers . length = 0 ;
35+ clearFixtures ( ) ;
3636} ) ;
You can’t perform that action at this time.
0 commit comments