in partnership with mediatemple

Changeset 1547 for trunk

Show
Ignore:
Timestamp:
05/07/08 12:28:56 (6 days ago)
Author:
JanK
Message:

removed double documentation (thanks zilenCe)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Docs/Plugins/Sortables.md

    r1546 r1547  
    7777 
    7878 
    79 Sortables Method: detach {#Sortables:detach} 
    80 -------------------------------------------- 
    81  
    82 Detaches the mouse listener from all the handles, disabling sorting. 
    83  
    84 ### Syntax: 
    85  
    86         mySortables.detach(); 
    87  
    88 ### Returns: 
    89  
    90 * (*object*) This Sortables instance. 
    91  
    92  
    93  
    9479Sortables Method: addItems {#Sortables:addItems} 
    9580------------------------------------------------