Skip to content

Commit 1122d8e

Browse files
committed
Removed require path shift in bson.js
1 parent 5a5d032 commit 1122d8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/mongodb/bson/bson.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require.paths.unshift("../../external-libs/bson");
2-
31
var BinaryParser = require('./binary_parser').BinaryParser,
42
Integer = require('../goog/math/integer').Integer,
53
Long = require('../goog/math/long').Long,

0 commit comments

Comments
 (0)