I want take shorten my JS, but Errors appear while compiling.
Error warning from points like :
default = {
Home:'',
Max: 5,
}
or
items: {
visible: 1,
width: 200
}
Waring Msg :
JSC_TRAILING_COMMA: Parse error. IE8 (and below) will parse trailing commas in array and object literals incorrectly. If you are targeting newer versions of JS, set the appropriate language_in option. at line 162 character 0
visible: 1,
JSC_TRAILING_COMMA: Parse error. IE8 (and below) will parse trailing commas in array and object literals incorrectly. If you are targeting newer versions of JS, set the appropriate language_in option. at line 249 character 0
Home:'',
Say me how to solve this error.