TrancePaul
31 Jul 2012, 4:06 AM
You have a syntax error in the component Ext.ux.grid.filter.DateFilter (Ext JS 4.1).
Line 133. Unnecessary comma. Error minimization of the file.
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 127 character 0
Ext.apply (pickerCfg, {
^
Line 133. Unnecessary comma. Error minimization of the file.
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 127 character 0
Ext.apply (pickerCfg, {
^