[Laszlo-dev] [Laszlo-checkins] r8367 - in openlaszlo/branches/devildog/WEB-INF/lps/lfc: core data helpers views
P T Withington
ptw at pobox.com
Mon Mar 24 09:00:09 PDT 2008
Something is wrong here. The reason you don't have to override these
two methods is that they are no longer used in LzNode. You should
delete these from LzState, once you are sure you have the correct
merge (the parent vs. state refs are sorted out in applyArgs now, and
storeDelegates got renamed $lzc$set_$delegates).
On 2008-03-24, at 11:50 EDT, hqm at openlaszlo.org wrote:
> Modified: openlaszlo/branches/devildog/WEB-INF/lps/lfc/helpers/
> LzState.js
> ===================================================================
> --- openlaszlo/branches/devildog/WEB-INF/lps/lfc/helpers/LzState.js
> 2008-03-24 15:12:38 UTC (rev 8366)
> +++ openlaszlo/branches/devildog/WEB-INF/lps/lfc/helpers/LzState.js
> 2008-03-24 15:50:15 UTC (rev 8367)
> @@ -330,7 +330,7 @@
> * application to the parent (and pass the ones that do apply to the
> * state on to your superclass).
> */
> -override function __LZstoreRefs ( refs, prop ){
> +function __LZstoreRefs ( refs, prop ){
> var parrefs = {};
> var myrefs = {};
>
> @@ -361,7 +361,7 @@
> * application to the parent (and pass the ones that do apply to the
> * state on to your superclass).
> */
> -override function __LZstoreDelegates ( delarr, ignore = null ){
> +function __LZstoreDelegates ( delarr, ignore = null ){
> var pardels = [];
> var mydels = [];
>
More information about the Laszlo-dev
mailing list