From c95a8c98a0dda61494734abbf80442402f4d1f92 Mon Sep 17 00:00:00 2001 From: Joe Ferner Date: Tue, 28 Aug 2012 19:55:24 -0300 Subject: [PATCH] Update lib/connection.js --- lib/connection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/connection.js b/lib/connection.js index a102456..1e259c5 100644 --- a/lib/connection.js +++ b/lib/connection.js @@ -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) {