Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
minor batch() fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed May 21, 2013
1 parent 47f474e commit b0fa83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/levelup.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ var EventEmitter = require('events').EventEmitter
, err

if (!arguments.length)
return new Batch(this._db)
return new Batch(this.db)

callback = getCallback(options, callback)

Expand Down

0 comments on commit b0fa83d

Please sign in to comment.