Skip to content

Commit d3ae8a7

Browse files
committed
#2443: ajax_caller.js, remove redundant 'var' for 'fetchHeaders'
1 parent 2f11f29 commit d3ae8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/ajax_caller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function ajaxCaller(callbackDone, callbackFail, args) {
1212
'Content-Type': args.contentType
1313
};
1414
if (args.contentType === null || args.contentType === undefined) {
15-
var fetchHeaders = {
15+
fetchHeaders = {
1616
'Accept': 'text/javascript'
1717
};
1818
}

0 commit comments

Comments
 (0)