Skip to content

Commit

Permalink
Fixes less#602
Browse files Browse the repository at this point in the history
  • Loading branch information
treshugart authored and gavinballard committed Feb 1, 2012
1 parent 3a848a9 commit 073fc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/less/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,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 {
Expand Down

0 comments on commit 073fc33

Please sign in to comment.