On 30 January 2013 17:19, Brandon Benvie <[email protected]> wrote: > Correction, the use strict directive needs to appear as the first statement > (ExpressionStatement) that's not an EmptyStatement and not a > FunctionDeclaration. Anything else will cause the directive to be ignored.
_Any_ statement/declaration before the use directive renders it inoperational, empty, function, or otherwise. Actually, any _token_ before the magic string does. /Andreas _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

