Skip to content

Commit

Permalink
v0.3.4 - Initialize 'this.payload'. Merge PR #7
Browse files Browse the repository at this point in the history
  • Loading branch information
tflanagan committed Jul 17, 2015
1 parent 4cd70eb commit 8c7bc9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@ var QueryBuilder = (function(){
}
});

this.payload = '';

if(this.parent.settings.flags.useXML === true){
this.payload = builder.buildObject(this.options);
}else{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"engines": {
"node": ">=0.10.*"
},
"version": "0.3.3",
"version": "0.3.4",
"description": "A lightweight, very flexible QuickBase API",
"main": "main.js",
"dependencies": {
Expand Down

0 comments on commit 8c7bc9a

Please sign in to comment.