Changeset 67

Show
Ignore:
Timestamp:
04/21/07 15:01:20 (21 months ago)
Author:
steadicat
Message:

Fixed alt-clicking.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • hacks/trunk/canvas/default.js

    r66 r67  
    174174 
    175175    // alt unlinks two handles 
    176     if (event.altKey && dot.linkedHandle) { 
     176    if (event.altKey && this.linkedHandle) { 
    177177        this.linkedHandle.linkedHandle = null; 
    178178        this.linkedHandle = null;