netzke / netzke-core

Framework for Sencha Ext JS + Ruby on Rails client-server components
http://netzke.org
Other
263 stars 77 forks source link

Fix netzkeBulkExecute error in IE #62

Closed firemind closed 11 years ago

firemind commented 11 years ago

IE doesn't like having empty objects passed to the apply function. This converts empty objects to empty arrays which prevents "hanging" grids after an insert in IE 8 for example.