I wrote the below code in my JS file and IE is giving error for the argument \'searchMap\' when I am assigning value for it in the function.
map
var searchMap = false; mapping: function(mappingObj, searchMap) { // code } mapping(mappingObj, searchMap);