Changeset 10531

Show
Ignore:
Timestamp:
09/17/07 00:07:56 (14 months ago)
Author:
peller
Message:

fix typo, update attributeMap comment. Refs #3058

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/_Widget.js

    r10529 r10531  
    4444 
    4545        // attributeMap: Object 
    46         //              A map of attributes -- typically standard HTML attributes -- to transfer 
    47         //              from the parsed node into the new dom, at the widget's domNode, by default. 
     46        //              A map of attributes and attachpoints -- typically standard HTML attributes -- to set 
     47        //              on the widget's dom, at the "domNode" attach point, by default. 
    4848        //              Other node references can be specified as properties of 'this' 
    4949        attributeMap: {id:"", dir:"", lang:"", "class":"", style:"", title:""},  // TODO: add on* handlers? 
     
    129129                                                break; 
    130130                                        case "style": 
    131                                                 domValue = domValue.cssText; // FIXME: Opera 
     131                                                domValue = node.cssText; // FIXME: Opera 
    132132                                        } 
    133133                                        if(domValue){