Author: pbr
Date: 2008-03-13 09:49:04 -0700 (Thu, 13 Mar 2008)
New Revision: 8253

Modified:
   openlaszlo/branches/devildog/WEB-INF/lps/lfc/data/LzDataElement.js
   openlaszlo/branches/devildog/WEB-INF/lps/lfc/data/LzDataNode.js
Log:
Change 20080313-Philip-0 by [EMAIL PROTECTED] on 2008-03-13 12:41:07 EDT
     in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/branches/devildog
     for http://svn.openlaszlo.org/openlaszlo/branches/devildog

Summary: Remove manually-written mixin constructors

New Features:

Bugs Fixed:

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

Documentation:

Release Notes:

Details:
Don's mixin upgrade creates the constructors, so the manually-created one are 
no longer needed.


Tests:
/test/swf9/data-3.lzx in dhtml/swf/swf9.

Files:
M      WEB-INF/lps/lfc/data/LzDataNode.js
M      WEB-INF/lps/lfc/data/LzDataElement.js

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080313-Philip-0.tar



Modified: openlaszlo/branches/devildog/WEB-INF/lps/lfc/data/LzDataElement.js
===================================================================
--- openlaszlo/branches/devildog/WEB-INF/lps/lfc/data/LzDataElement.js  
2008-03-13 16:45:03 UTC (rev 8252)
+++ openlaszlo/branches/devildog/WEB-INF/lps/lfc/data/LzDataElement.js  
2008-03-13 16:49:04 UTC (rev 8253)
@@ -9,10 +9,6 @@
 
 mixin LzDataElementMixin {
 
-public function LzDataElementMixin ( parent:* = null, attrs:* = null, 
children:* = null, instcall:*  = null) {
-  super(parent,attrs,children,instcall);
-}
-
 /** @lzxtype event */
 var onDocumentChange = LzDeclaredEvent;
 /** @lzxtype event */

Modified: openlaszlo/branches/devildog/WEB-INF/lps/lfc/data/LzDataNode.js
===================================================================
--- openlaszlo/branches/devildog/WEB-INF/lps/lfc/data/LzDataNode.js     
2008-03-13 16:45:03 UTC (rev 8252)
+++ openlaszlo/branches/devildog/WEB-INF/lps/lfc/data/LzDataNode.js     
2008-03-13 16:49:04 UTC (rev 8253)
@@ -67,11 +67,6 @@
 
 mixin LzDataNodeMixin {
 
-public function LzDataNodeMixin ( parent:* = null, attrs:* = null, children:* 
= null, instcall:*  = null) {
-  super(parent,attrs,children,instcall);
-}
-
-
 /** @lzxtype event */
 var onownerDocument = LzDeclaredEvent;
 


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to