Skip to content

Commit

Permalink
mongodb-native updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nw committed May 25, 2010
1 parent 930a644 commit cb4e171
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/model/static.js
@@ -1,6 +1,6 @@
var object = require('../utils/object'),
QueryWriter = require('./queryWriter').QueryWriter,
ObjectID = require('./mongodb/bson/bson').ObjectID;
ObjectID = require('mongodb/bson/bson').ObjectID;

this.Static = {

Expand Down
2 changes: 1 addition & 1 deletion lib/storage.js
@@ -1,7 +1,7 @@

require('./utils/proto');

var mongo = require('./mongodb/'),
var mongo = require('mongodb/'),
object = require('./utils/object'),
Model = require('./model').Model,
EventEmitter = require('events').EventEmitter,
Expand Down
2 changes: 1 addition & 1 deletion mongoose.js
@@ -1,4 +1,4 @@
require.paths.push(__dirname+"lib/support/mongodb/lib")
require.paths.push(__dirname+"/lib/support/mongodb/lib")

var fs = require('fs'),
path = require('path'),
Expand Down

0 comments on commit cb4e171

Please sign in to comment.