Skip to content

Commit

Permalink
Merge pull request #6 from darkv/master
Browse files Browse the repository at this point in the history
exit function throws error
  • Loading branch information
bobeast committed Jun 5, 2013
2 parents 4d79cea + 33473ef commit b846630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/GAPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
};

GAPlugin.prototype.exit = function(success, fail) {
return cordovaRef.exec(success, fail, 'GAPlugin', 'exitGA');
return cordovaRef.exec(success, fail, 'GAPlugin', 'exitGA', []);
};

if (cordovaRef)
Expand Down

0 comments on commit b846630

Please sign in to comment.