[Laszlo-dev] [Laszlo-checkins] r3553 - in openlaszlo/branches/legals: WEB-INF/lps/lfc/debugger/platform/swf WEB-INF/lps/server/src/org/openlaszlo/compiler test/contextmenu

P T Withington ptw at openlaszlo.org
Thu Jan 25 15:42:26 PST 2007


Did you mean to check this in?

On 2007-01-25, at 17:08 EST, hqm at openlaszlo.org wrote:

> Modified: openlaszlo/branches/legals/test/contextmenu/api.lzx
> ===================================================================
> --- openlaszlo/branches/legals/test/contextmenu/api.lzx	2007-01-25  
> 21:53:01 UTC (rev 3552)
> +++ openlaszlo/branches/legals/test/contextmenu/api.lzx	2007-01-25  
> 22:08:31 UTC (rev 3553)
> @@ -1,6 +1,11 @@
>  <canvas width="100%" height="80%" >
>    <debug  fontsize="12" oninit="setWrapLines(true)"/>
>
> +  <script>
> +    Debug = {};
> +    Debug.write = function () { }
> +  </script>
> +
>    <simplelayout/>
>
>    <method event="oninit">
>
>



More information about the Laszlo-dev mailing list