Skip to content

Commit

Permalink
Correct name for returned params in callback
Browse files Browse the repository at this point in the history
  • Loading branch information
mattias-persson committed Mar 14, 2018
1 parent be5419e commit ffa8422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
if(onChangeCallback){
locationBar.onChange(function (queryString) {
onChangeCallback({
params: self.getParams(),
queryParams: self.getParams(),
queryString: queryString
});
});
Expand Down

0 comments on commit ffa8422

Please sign in to comment.