Lines Matching refs:pairs
4259 , pairs = []4263 pairs.push(key + '="' + escape(attrs[key]) + '"');4266 tag = '<' + name + (pairs.length ? ' ' + pairs.join(' ') : '') + end;