Tag Archive for 'javascript'

IE does not like commas..

in the wrong places. Specifically, IE may fail to do what you want if you pass it something like:

var bleh = [1,2,3,4,5,];

Then try to do something with bleh. In the case of passing payloads to Appcelerator widgets (such as the datatable), the widget may fail to properly render (without error, since the execute function is never even called by IE’s js interpreter).