mirror of
https://github.com/less/less.js.git
synced 2026-01-22 21:58:14 -05:00
Fix typo in rhino. Fixes #896
This commit is contained in:
@@ -3,7 +3,7 @@ var name;
|
||||
function loadStyleSheet(sheet, callback, reload, remaining) {
|
||||
var endOfPath = Math.max(name.lastIndexOf('/'), name.lastIndexOf('\\')),
|
||||
sheetName = name.slice(0, endOfPath + 1) + sheet.href,
|
||||
contents = sheets.contents || {},
|
||||
contents = sheet.contents || {},
|
||||
input = readFile(sheetName);
|
||||
|
||||
contents[sheetName] = input;
|
||||
|
||||
Reference in New Issue
Block a user