1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-11 12:04:11 +01:00

Fix :source *.css

This commit is contained in:
Kris Maglione
2010-11-05 22:04:45 -04:00
parent 571828f179
commit f468e466f4

View File

@@ -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 });