Wiki

Changes between Version 5 and Version 6 of Raise

Show
Ignore:
Timestamp:
12/26/12 06:13:24 (11 years ago)
Author:
pyros2097
Comment:

untie should use ignore statement not listen

Legend:

Unmodified
Added
Removed
Modified
  • Raise

    v5 v6  
    108108 
    109109                #untie the event and listener 
    110                 listen g.actionEvent, ref l.doAction 
     110                ignore g.actionEvent, ref l.doAction 
    111111}}} 
    112112 
     
    152152 
    153153                #untie the event and listener 
    154                 listen g.notifyActionEvent, ref l.doNotifyAction 
     154                ignore g.notifyActionEvent, ref l.doNotifyAction 
    155155}}} 
    156156