id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
8635	Firefox: uncaught exception at line 1285	ruiz	rwaldron	"I'm getting this error in Firefox 3.6:

uncaught exception: [Exception... ""Not enough arguments"" nsresult: ""0x80570001 (NS_ERROR_XPC_NOT_ENOUGH_ARGS)"" location: ""JS frame :: http://domain.com/jquery-1.5.2rc1.js :: anonymous :: line 1285"" data: no]

Adding null as a second argument for getComputedStyle() in line 1285 corrects it:

{{{jQuery.support.reliableMarginRight = ( parseInt(document.defaultView.getComputedStyle(div,null).marginRight, 10) || 0 ) === 0;}}}"	bug	closed	blocker	1.5.2	support	1.5.2rc1	fixed				
