mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
add missing var
This commit is contained in:
@@ -34,6 +34,7 @@ StylusCompiler.prototype.processFilesForTarget = function (files) {
|
||||
|
||||
var currentlyCompiledFile = null;
|
||||
var currentlyCompiledPackage = null;
|
||||
var currentlyProcessedImports = null;
|
||||
var parseImportPath = function (filePath, importerPath) {
|
||||
if (filePath === currentlyCompiledFile) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user