id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
49	DynamicCSS pulls css and two function errors	adam2003w	gogo	"'''DynamicCSS pulls css and two function errors'''

I've just installed Xinha and while using DynamicCSS it pulls my full css file but then has two lines of funtions that spit out:

{{{

function (needle) { var haystack = this; for (var i = 0; i < haystack.length; i++) { if needle == haystack[i]) [ return true; } } return false; }
function (a) { for (var i = 0; i < a.length;i++) { this.push(a[i]); } return this; }

}}}

I loaded the DynamicCSS plugin from htmlarea3 and it came up with the same error which leads me to believe there is an error how the Xinha Core interacts with DynamicCSS. Any ideas?"	defect	closed	normal		Xinha Core		normal	fixed		
