Skip to content

Commit eba6801

Browse files
committed
fix gh27
1 parent c98bb21 commit eba6801

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/native.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ var NativeQuery = function(text, values, callback) {
129129
this.text = text.text;
130130
this.values = text.values;
131131
this.name = text.name;
132+
this.callback = values;
132133
} else {
133134
this.text = text;
134135
this.values = values;

0 commit comments

Comments
 (0)