1
0
Fork 0

Remove module.context.foxxFilename

This commit is contained in:
Alan Plum 2015-12-16 02:01:20 +01:00
parent 5161c63670
commit 6a217bc9f7
No known key found for this signature in database
GPG Key ID: 8ED72A9A323B6EFD
1 changed files with 0 additions and 4 deletions

View File

@ -57,10 +57,6 @@ class FoxxContext {
return fs.readFileSync(this.fileName(filename), encoding);
}
foxxFilename(filename) {
return this.fileName(filename);
}
path(name) {
return path.join(this._prefix, name);
}