Commit 14cb652d by Marcin Cieślak

Merge remote-tracking branch 'origin/pr/1157'

parents f6b5fd2d 6018d171
...@@ -316,7 +316,7 @@ sass.render({ ...@@ -316,7 +316,7 @@ sass.render({
// this.options contains this options hash, this.callback contains the node-style callback // this.options contains this options hash, this.callback contains the node-style callback
someAsyncFunction(url, prev, function(result){ someAsyncFunction(url, prev, function(result){
done({ done({
file: result.path, // only one of them is required, see section Sepcial Behaviours. file: result.path, // only one of them is required, see section Special Behaviours.
contents: result.data contents: result.data
}); });
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment