This commit is contained in:
Trey Shugart
2012-01-31 13:50:26 +11:00
parent 557177c76d
commit acf65e0f5d

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 {