mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
No bug - Declare uri variable in StartTests() in reftest.js to fix a strict JS warning; r=themaid
This commit is contained in:
parent
83fd0cc50a
commit
21c6545bdc
@ -397,6 +397,7 @@ function StartHTTPServer()
|
||||
|
||||
function StartTests()
|
||||
{
|
||||
var uri;
|
||||
#if BOOTSTRAP
|
||||
/* These prefs are optional, so we don't need to spit an error to the log */
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user