Open sevcsik opened 6 years ago
An error Exception: opts_orig is not defined is thrown because of the usage of eval. As Google Closure Compiler renames the opts and opts_orig variables, but cannot optimise Javascript contained in strings, the expressions passed to eval break.
Exception: opts_orig is not defined
eval
opts
opts_orig
An error
Exception: opts_orig is not defined
is thrown because of the usage ofeval
. As Google Closure Compiler renames theopts
andopts_orig
variables, but cannot optimise Javascript contained in strings, the expressions passed toeval
break.