Show
Ignore:
Timestamp:
12/15/06 18:53:31 (2 years ago)
Author:
scorfield
Message:

Fixes #164 by adding an event object that wraps attributes scope.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/trunk/myFusebox.cfc

    r270 r272  
    5151<cfcomponent hint="I provide the per-request myFusebox data structure and some convenience methods."> 
    5252        <cfscript> 
    53         // fixed ticket 139 again 
     53        // fixed ticket 164 
    5454        this.version.runtime     = "5.0.1.#REReplace('$LastChangedRevision$','[^0-9]','','all')#"; 
    5555