moedusa
7 Nov 2006, 7:01 AM
Just got an error under IE6 (yui-ext-debug.js):
// build as innerHTML where available
/** @ignore */
function createHtml(o){
var b = '';
b += '<' + o.tag; <<<<<< ln. 842 (tag is null or not an object)
FF works as expected.
// build as innerHTML where available
/** @ignore */
function createHtml(o){
var b = '';
b += '<' + o.tag; <<<<<< ln. 842 (tag is null or not an object)
FF works as expected.