zbran...@mozilla.com
unread,Oct 30, 2015, 12:08:00 AM10/30/15You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mozilla-...@lists.mozilla.org
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.