Author: max
Date: 2007-06-29 17:56:01 -0700 (Fri, 29 Jun 2007)
New Revision: 5564

Modified:
   openlaszlo/branches/legals/WEB-INF/lps/lfc/core/LzDefs.lzs
Log:
Change 20070629-maxcarlson-d by [EMAIL PROTECTED] on 2007-06-29 15:40:22 PDT
    in /Users/maxcarlson/openlaszlo/legals-clean
    for http://svn.openlaszlo.org/openlaszlo/branches/legals

Summary: Make LzDeclaredEvent's interface match LzEvent's

New Features:

Bugs Fixed: LPP-4159 - LzDeclaredEvent should have the same signature as 
LzEvent *or* unbound event should just be LzEvent, not LzDeclaredEvent

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

Documentation:

Release Notes:

Details: Added dummy methods to prevent the issue outlined in the bug.
    

Tests: See LPP-4159



Modified: openlaszlo/branches/legals/WEB-INF/lps/lfc/core/LzDefs.lzs
===================================================================
--- openlaszlo/branches/legals/WEB-INF/lps/lfc/core/LzDefs.lzs  2007-06-30 
00:12:24 UTC (rev 5563)
+++ openlaszlo/branches/legals/WEB-INF/lps/lfc/core/LzDefs.lzs  2007-06-30 
00:56:01 UTC (rev 5564)
@@ -22,6 +22,21 @@
 /**
   * @access private
   */
+LzDeclaredEvent.clearDelegates = function ( ){ };
+
+/**
+  * @access private
+  */
+LzDeclaredEvent.removeDelegate = function ( ){ };
+
+/**
+  * @access private
+  */
+LzDeclaredEvent.getDelegateCount = function ( ){return 0};
+
+/**
+  * @access private
+  */
 LzDeclaredEvent.toString = function ( ){
     return "Declared event";
 }


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

Reply via email to