Skip to content

Commit bad36ce

Browse files
authored
Update push.js
1 parent 622bfb9 commit bad36ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/push.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ function __ajax(options){
707707
options=options||{};
708708
options.type=(options.type||'GET').toUpperCase();
709709
options.dataType=options.dataType||'json';
710-
params=formatParams(options.data);
710+
var params=formatParams(options.data);
711711

712712
var xhr;
713713
if(window.XMLHttpRequest){

0 commit comments

Comments
 (0)