Skip to content

Commit

Permalink
Update lib/connection.js
Browse files Browse the repository at this point in the history
  • Loading branch information
joeferner committed Aug 28, 2012
1 parent 524edc0 commit c95a8c9
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({ var Connection = Class.extend({
init: function (driver, opts) { init: function (driver, opts) {
this.driver = driver; this.driver = driver;
this.opts = opts; this.opts = opts || {};
}, },


save: function (obj, callback) { save: function (obj, callback) {
Expand Down

0 comments on commit c95a8c9

Please sign in to comment.