Changeset 508

Show
Ignore:
Timestamp:
01/15/06 11:12:26 (3 years ago)
Author:
therve@gmail.com
Message:

Typo in HighLight?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mochikit/branches/scriptaculous/MochiKit/Effects.js

    r506 r508  
    614614        MochiKit.DOM.setStyle(this.element, 
    615615            MochiKit.Base.update(this.oldStyle, { 
    616                 backgroundColor: this.options.endColor 
     616                backgroundColor: this.options.endcolor 
    617617        })); 
    618618    }