Change 20080418-Philip-2 by [EMAIL PROTECTED] on 2008-04-18 20:21:12 EDT
    in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fix navbar

New Features:

Bugs Fixed: LPP-5836

Technical Reviewer: max
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
Use apply() to pass arguments exactly as passed to LzBrowser.

OLD:

override function loadJS ( js, target=null )
{ LzBrowserKernel.loadJS (js, target)}

NEW:

override function loadJS ( js, target=null )
{ LzBrowserKernel.loadJS.apply (null, arguments);}


Tests:
Run laszlo explorer in dhtml and try and open amazon app in dhtml or swf

Files:
M      WEB-INF/lps/lfc/services/LzBrowser.lzs

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080418-Philip-2.tar

Reply via email to