Merge pull request #604 from treshugart/master

Fixes #602
This commit is contained in:
Alexis Sellier
2012-02-01 11:52:01 -08:00

View File

@@ -143,7 +143,7 @@ function loadStyleSheet(sheet, callback, reload, remaining) {
new(Date)(styles.timestamp).valueOf())) {
// Use local copy
createCSS(styles.css, sheet);
callback(null, sheet, { local: true, remaining: remaining });
callback(null, null, data, sheet, { local: true, remaining: remaining });
} else {
// Use remote copy (re-parse)
try {