Changeset 4577 for temp/trunk


Ignore:
Timestamp:
2006/09/10 20:51:42 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/js/layout_design.js

    r4576 r4577  
    107107// Ãͤò¼èÆÀ 
    108108function getAttrValue ( elm, attrname ) { 
    109 /* 
     109 
    110110    if (typeof(elm.attributes[ attrname ]) != 'undefined') { 
    111         return elm.attributes[ attrname ].nodeValue; 
    112     } 
    113 */   
     111 
    114112    val = ""; 
    115113    if((typeof ScriptEngineMajorVersion)=='function') 
     
    131129     
    132130    return val.value; 
     131        } 
     132     
    133133} 
    134134 
Note: See TracChangeset for help on using the changeset viewer.