I have many functions that are created like this one:
function _campoForm({ id, tipo, regole, campiPerRiga, css, stile, eventi, parametri, abilitato, traduzione, visibile, modelKey, serverKey }) { ... }
If I try to run this code on IE, this errors occurs:
identifier expected
How can I resolve this without rewrite the entire code?
Thank you! :D