2008/7/26 Ingvar von Schoultz <[EMAIL PROTECTED]>:
> Do you really think {{ }} appears in existing code, correctly
> enclosing statement blocks, with the {{ and the }} placed tightly
> together both at the beginning and at the end?

Yes: I have seen the code like

if (x) {
   {
      code
   }
}

Now pass through a JS compressor that removes redundant whitespace and
you get precizelly {{ }}.

In addition, those {{ can happen in a code generator.

Regards, Igor
_______________________________________________
Es4-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es4-discuss

Reply via email to