Changeset 1200

Show
Ignore:
Timestamp:
01/11/08 02:09:13 (1 year ago)
Author:
bsmith
Message:

bugzid:65213 - fixing typo in js

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-27/mt-static/mt.js

    r1198 r1200  
    25002500        if ( element.match( /category/ ) ) { 
    25012501            this.type = "category"; 
    2502             this.listsetOption( "singleSelect", false ); 
     2502            this.list.setOption( "singleSelect", false ); 
    25032503            this.list.setOption( "toggleSelect", true ); 
    25042504        } else {