I'm trying to write javascript that targets version 1.8 in Firefox. For this newer javascript, the type of script must be "text/javascript;version=1.8". I've already built the system with require.js, and I'd like to continue using it. How can we add support for that?
I'm trying to write javascript that targets version 1.8 in Firefox. For this newer javascript, the type of script must be "text/javascript;version=1.8". I've already built the system with require.js, and I'd like to continue using it. How can we add support for that?