Hi all, Just a heads up. l20n.js uses `let` and so far we had to use type="text/javascript;version=1.8" to make it working in our SpiderMonkey.
Since yesterday, `let` works properly in strict and lousy mode without version tag, so I just landed a patch that removes the version piece of the <script> tag. That means that that you need Gecko from today or newer to use Music, FM, SMS (or FTU if all works well). Also, that means that you can start using `let`/`const` combo in your code instead of `var`! :) zb. _______________________________________________ dev-fxos mailing list [email protected] https://lists.mozilla.org/listinfo/dev-fxos

