Remove unneeded quotes

This commit is contained in:
Kevin Sawicki
2014-10-13 16:55:03 -04:00
parent 7f01a163e5
commit 88f0183352

View File

@@ -242,7 +242,7 @@ exports.add = (directoryPath, metadata) ->
if folderPath
cache.folders["#{directoryPath}#{path.sep}#{folderPath}"] = entry.dependencies
else
cache.folders["#{directoryPath}"] = entry.dependencies
cache.folders[directoryPath] = entry.dependencies
if directoryPath is cache.resourcePath
for extension, paths of cacheToAdd?.extensions