Changeset 63

Show
Ignore:
Timestamp:
01/30/08 12:21:35 (10 months ago)
Author:
simeon
Message:

renamed dispatchEvent to dispatchControllerEvent in ControllerFactory. To solve issue with binding in controllers.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/branches/easyCG/com/pnwrain/easyCG/control/ControllerFactory.as

    r59 r63  
    4141                        CairngormEventDispatcher.getInstance().removeEventListener( event, func ); 
    4242                } 
    43                 protected function dispatchEvent(event:Event):void{ 
     43                protected function dispatchControllerEvent(event:Event):void{ 
    4444                        Application.application.dispatchEvent(event); 
    4545                }