|
|
|
|
|
by earnubs
5842 days ago
|
|
FWIW If you're using JavaScript in PhotoShop the following produces an error because there's no semicolon after the second statement: for(i=10;i--) { /* do stuff */ }
So maybe that's an example of a JS implementation where it differs on optional semicolons. |
|
http://www.ecma-international.org/publications/files/ECMA-ST...
Section 7.9.2 (page 37)