fix test_LightweightThemeManager.js

This commit is contained in:
Dão Gottwald 2009-10-09 22:36:00 +02:00
parent 54ab56b5d3
commit 8b8714513e

View File

@ -2,8 +2,8 @@ function dummy(id) {
return {
id: id,
name: Math.random(),
headerURL: Math.random(),
footerURL: Math.random(),
headerURL: "about:blank",
footerURL: "about:blank",
textcolor: Math.random(),
accentcolor: Math.random()
};