There is a bug for this, sort of...
-> http://www.openlaszlo.org/jira/browse/LPP-5058 (see my second comment).
On 5/6/2008 6:58 PM, P T Withington wrote:
On 2008-05-06, at 10:39 EDT, Philip Romanik wrote:
Also, running lzpix in debug mode is failing because of javascript
library, md5 that is loaded. Andre found that if this is loaded
immediately, the compiled file does not have named functions.
Is there a bug filed for this? It is really the same bug as:
http://jira.openlaszlo.org/jira/browse/LPP-2688
(which is 'fixed' by the same work-around). It really should be the
case that the script tag sorts out definitions from statements. The
definitions should always be compiled 'immediate' and the statements
executed when the tag would be instantiated. Then I think we would
not need the 'immediate' modifier.