Browse Source

remove unneeded line

master
Brett Langdon 13 years ago
parent
commit
919e34552b
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      lib/index.js

+ 0
- 1
lib/index.js View File

@ -5,7 +5,6 @@ var util = require('util');
var native_findOne = mongodb.Collection.prototype.findOne; var native_findOne = mongodb.Collection.prototype.findOne;
mongodb.Collection.prototype.findOne = function findOne(){ mongodb.Collection.prototype.findOne = function findOne(){
var original_arguments = arguments;
var args = Array.prototype.slice.call(arguments, 0); var args = Array.prototype.slice.call(arguments, 0);
var callback = args.pop(); var callback = args.pop();
var self = this; var self = this;


Loading…
Cancel
Save