Changeset 4586 for temp


Ignore:
Timestamp:
2006/09/10 21:00:12 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r4585 r4586  
    113113*/   
    114114 
    115     if (typeof elm.attributes.getNamedItem(attrname) != 'object'){ 
     115    if (typeof(elm.attributes.getNamedItem(attrname)) != 'object'){ 
    116116    val = ""; 
    117117    if((typeof ScriptEngineMajorVersion)=='function') 
Note: See TracChangeset for help on using the changeset viewer.