Changeset 740

Show
Ignore:
Timestamp:
04/24/06 21:14:21 (2 years ago)
Author:
bob@redivi.com
Message:

emdash

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mochikit/trunk/doc/html/MochiKit/Signal.html

    r737 r740  
    7171<h1><a id="description" name="description">Description</a></h1> 
    7272<p>Event handling was never so easy!</p> 
    73 <p>This module takes care of all the hard work---figuring out which event model 
    74 to use, trying to retrieve the event object, and handling your own internal 
    75 events, as well as cleanup when the page is unloaded to handle IE's nasty 
    76 memory leakage.</p> 
     73<p>This module takes care of all the hard work—figuring out which event 
     74model to use, trying to retrieve the event object, and handling your own 
     75internal events, as well as cleanup when the page is unloaded to handle IE's 
     76nasty memory leakage.</p> 
    7777<p>This event system is largely based on Qt's signal/slot system. You should read 
    7878more on how that is handled and also how it is used in model/view programming 
  • mochikit/trunk/doc/rst/MochiKit/Signal.rst

    r737 r740  
    11.. title:: MochiKit.Signal - Simple universal event handling 
     2.. |---| unicode:: U+2014  .. em dash, trimming surrounding whitespace 
     3   :trim: 
    24 
    35Name 
     
    6466Event handling was never so easy! 
    6567 
    66 This module takes care of all the hard work---figuring out which event model 
    67 to use, trying to retrieve the event object, and handling your own internal 
    68 events, as well as cleanup when the page is unloaded to handle IE's nasty 
    69 memory leakage. 
     68This module takes care of all the hard work |---| figuring out which event 
     69model to use, trying to retrieve the event object, and handling your own 
     70internal events, as well as cleanup when the page is unloaded to handle IE's 
     71nasty memory leakage. 
    7072 
    7173This event system is largely based on Qt's signal/slot system. You should read