Changeset 331

Show
Ignore:
Timestamp:
09/22/05 06:02:40 (8 years ago)
Author:
niko
Message:

#511
bugfix for _lc function, key shouldn't be required, use string instead

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htmlarea.js

    r316 r331  
    52415241      key = string.key; 
    52425242    } 
     5243    else if(typeof string == 'object' && string.string) 
     5244    { 
     5245      key = string.string; 
     5246    } 
    52435247    else 
    52445248    {