Changeset 36030

Show
Ignore:
Timestamp:
11/29/09 12:24:23 (3 years ago)
Author:
hoge1e3
Message:

bugfix: setAttr(key,value)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/tagBuilder/TagBuilder.class.js

    r31252 r36030  
    8383   setAttr: function (k,v) { 
    8484       if (arguments.length==2) { 
    85               k={k:v}; 
     85              var p={};p[k]=v; 
     86                  k=p; 
    8687       } 
    8788           return this.addObj(k);