mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Fix template breakage caused by 25f506aa570b4bbe180a8e88bf1ee3e9f675e540.
This commit is contained in:
parent
5ef86bca6d
commit
301750bb54
@ -31,7 +31,7 @@ class Template {
|
||||
* @return {function} Returns template closure.
|
||||
*/
|
||||
load(file) {
|
||||
return _.template(fs.readFileSync(file, 'utf8'), null, this.settings);
|
||||
return _.template(fs.readFileSync(file, 'utf8'), this.settings);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user