//Download SKU logic downloadSku: function (e) { e.preventDefault(); var checkedValues = this.$el.find(\'.chk:checked\').map(function () { return t
I solved my issue:
This is what i did
I changed my options.dataType = 'text' as by default backbone was assuming it to be a json response and was doing a Object.parse
options.dataType = 'text'
backbone
Object.parse