Skip to content

Commit bbcd74c

Browse files
Backbone -> backbone
1 parent 6625576 commit bbcd74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/backbone.mongoose.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
var mongooseSync = require('../backbone.mongoose'),
66
should = require('should'),
7-
Backbone = require('Backbone'),
7+
Backbone = require('backbone'),
88
mongoose = require('mongoose'),
99
config = {
1010
db_url: process.env.DB_URL || 'mongodb://localhost/backbone_mongoose_test',

0 commit comments

Comments
 (0)