From eba68017d1aa228ace41e379089d5dd780594d0a Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Wed, 20 Apr 2011 22:48:50 -0500 Subject: [PATCH] fix gh27 --- lib/native.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/native.js b/lib/native.js index ac195fd2..9db260cd 100644 --- a/lib/native.js +++ b/lib/native.js @@ -129,6 +129,7 @@ var NativeQuery = function(text, values, callback) { this.text = text.text; this.values = text.values; this.name = text.name; + this.callback = values; } else { this.text = text; this.values = values;