Show
Ignore:
Timestamp:
10/16/06 20:04:02 (7 years ago)
Author:
lmajano
Message:

init method removals, to support the super.init()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • coldbox/trunk/samples/applications/ColdBoxReader/handlers/ehUser.cfc

    r186 r290  
    11<cfcomponent name="ehUser" extends="coldbox.system.eventhandler"> 
    2  
    3         <cffunction name="init" access="public" returntype="ehUser"> 
    4                 <cfset super.init()> 
    5                 <cfreturn this> 
    6         </cffunction> 
    72 
    83        <cffunction name="dspAccountActions" access="public" returntype="void" output="false">