On 2012/05/02 18:58:23, metaweta wrote:

http://codereview.appspot.com/6060046/diff/5001/src/com/google/caja/plugin/html-emitter.js#newcode418
src/com/google/caja/plugin/html-emitter.js:418: return srcIndex ?
attribs[srcIndex] : undefined;
Off by 1?

Ah, no: you're returning the value at the odd position in the key/value
pair.  Never mind.

http://codereview.appspot.com/6060046/

Reply via email to