add missing var

This commit is contained in:
David Glasser
2015-06-29 21:13:53 -07:00
parent 74e53700ff
commit 2bcabf8fcd

View File

@@ -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 {