Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nearinfinity/node-persist
Browse files Browse the repository at this point in the history
  • Loading branch information
joeferner committed Aug 29, 2012
2 parents 7a06b0b + c95a8c9 commit c04d9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/connection.js
Expand Up @@ -11,7 +11,7 @@ var over = require('over');
var Connection = Class.extend({
init: function (driver, opts) {
this.driver = driver;
this.opts = opts;
this.opts = opts || {};
},

save: function (obj, callback) {
Expand Down

0 comments on commit c04d9da

Please sign in to comment.