var Source3 =
{
datafields: [
{ name: ‘roomNum’, map: ‘roomNum’, type: ‘string’ },
{ name: ‘roomType’, map: ‘roomType’, type: ‘string’ },
{ name: ‘credits’, map: ‘credits’, type: ‘double’ },
{ name: ‘tdSvcCode’, map: ‘tdSvcCode’, type: ‘string’ },
{ name: ‘tdwnTime’, map: ‘roomNum’, type: ‘string’ },
{ name: ‘arriveTime’, map: ‘roomType’, type: ‘string’ },
{ name: ‘multiRoom’, map: ‘multiRoom’, type: ‘list’ },
{ name: ‘currVIPCode’, map: ‘currVIPCode’, type: ‘string’ },
{ name: ‘nextVIPCode’, map: ‘nextVIPCode’, type: ‘string’ },
{ name: ‘arrvDeptInd’, map: ‘arrvDeptInd’, type: ‘string’ },
{ name: ‘hkStation’, map: ‘hkStation’, type: ‘string’ },
{ name: ‘hkstatus’, map: ‘tdSvcCode’, type: ‘string’ }
],
datatype: ‘json’,
root: ‘constraint’,
theme: “lsjqwidget-custom”,
/* sortcolumn: ‘roomNum’,
sortdirection: ‘asc’,*/
localdata: turndownUnassignedBoard
};
In the above code, whenever I use the commented code I am getting the error.
I am running the code in IE11