Ignore:
Timestamp:
08/12/08 05:04:55 (5 years ago)
Author:
jeroen
Message:

added 3.17 rotator and :void returns to as3 functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/as3/com/jeroenwijering/events/ViewEvent.as

    r53 r57  
    3636        * @param dat    An object with all associated data. 
    3737        **/ 
    38         public function ViewEvent(typ:String,dat:Object=undefined,bbl:Boolean=false,ccb:Boolean=false) { 
     38        public function ViewEvent(typ:String,dat:Object=undefined,bbl:Boolean=false,ccb:Boolean=false):void { 
    3939                super(typ, bbl, ccb); 
    4040                _data = dat; 
Note: See TracChangeset for help on using the changeset viewer.