We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622bfb9 commit bad36ceCopy full SHA for bad36ce
src/push.js
@@ -707,7 +707,7 @@ function __ajax(options){
707
options=options||{};
708
options.type=(options.type||'GET').toUpperCase();
709
options.dataType=options.dataType||'json';
710
- params=formatParams(options.data);
+ var params=formatParams(options.data);
711
712
var xhr;
713
if(window.XMLHttpRequest){
0 commit comments