Remove unneeded pack check

This commit is contained in:
Kevin Sawicki
2013-02-06 18:06:23 -08:00
committed by Corey Johnson & Kevin Sawicki
parent 16ff07d319
commit cd56d0a1d2

View File

@@ -25,7 +25,7 @@ _.extend atom,
pack = Package.build(path)
@loadedPackages.push(pack)
if pack instanceof TextMatePackage and fs.base(pack.path) isnt 'text.tmbundle'
textMatePackages.push(pack) if pack
textMatePackages.push(pack)
else
pack.load()