oops, missed a comma (bug 431713)

This commit is contained in:
gavin@gavinsharp.com 2008-05-05 14:18:20 -07:00
parent be043d5d47
commit 2200cf62d2

View File

@ -24,7 +24,7 @@ userPrefs = {
'layout.fire_onload_after_image_background_loads': 'true',
'javascript.options.showInConsole': 'true',
'privacy.popups.firstTime': 'false',
'layout.debug.enable_data_xbl': 'true'
'layout.debug.enable_data_xbl': 'true',
'browser.EULA.override': 'true'
}