Changeset 10469

Show
Ignore:
Timestamp:
09/11/07 10:41:05 (15 months ago)
Author:
peller
Message:

Deal with IE quirks for style, class. Refs #3058

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/branches/attributemap/_Widget.js

    r10468 r10469  
    121121                                        switch(attr){ 
    122122                                        case "class": 
    123                                                 node.className = value; 
     123                                                domValue = node.className; 
    124124                                                break; 
    125125                                        case "style":