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;