Bug 520303: Fix "assignment to undeclared variable" warning in reftest.js. r=dbaron

This commit is contained in:
Daniel Holbert 2009-10-03 01:26:38 -07:00
parent 6912d252f4
commit 342630d5ea

View File

@ -213,7 +213,7 @@ function StartTests()
{
try {
// Need to read the manifest once we have the final HTTP_SERVER_PORT.
args = window.arguments[0].wrappedJSObject;
var args = window.arguments[0].wrappedJSObject;
if ("nocache" in args && args["nocache"])
gNoCanvasCache = true;