[Laszlo-dev] porting to legals: is static a new keyword?
Benjamin Shine
ben at laszlosystems.com
Mon Jan 22 17:30:45 PST 2007
Is static supposed to be a new keyword? This compiles ok in trunk,
but gives a compilation warning in legals. Sounds like this is a case
for the release notes, and the documentation?
<!-- Copyright 2007 Laszlo Systems -->
<canvas>
<!-- based on diamond/client/framework/placementlayout.lzx -->
<script>
var o = {};
o.static = null; // this line gives a compilation error:
test-static.lzx:7:11: Syntax error: the token "static" was not
expected at this position.
</script>
</canvas>
More information about the Laszlo-dev
mailing list