From f468e466f41a49a220b7b99fbeda1deeee475290 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Fri, 5 Nov 2010 22:04:45 -0400 Subject: [PATCH] Fix :source *.css --- common/content/io.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/io.js b/common/content/io.js index 81860cc7..2e1c30f9 100644 --- a/common/content/io.js +++ b/common/content/io.js @@ -360,7 +360,7 @@ lookup: } } else if (/\.css$/.test(filename)) - storage.styles.registerSheet(uri.spec, false, true); + styles.registerSheet(uri.spec, false, true); else { commands.execute(file.read(), null, silent || "loud", null, { file: file.path, line: 1 });