Merge pull request #868 from atom/timecop

Timecop
This commit is contained in:
Kevin Sawicki
2013-09-23 16:14:11 -07:00
2 changed files with 5 additions and 0 deletions

View File

@@ -75,6 +75,7 @@
"symbols-view": "0.5.0",
"tabs": "0.4.0",
"terminal": "0.9.0",
"timecop": "0.2.0",
"to-the-hubs": "0.3.0",
"toml": "0.2.0",
"tree-view": "0.5.0",

View File

@@ -60,6 +60,10 @@ window.atom =
_.values(@activePackages)
loadPackages: ->
# Ensure atom exports is already in the require cache so the load time
# of the first package isn't skewed by being the first to require atom
require '../exports/atom'
@loadPackage(name) for name in @getAvailablePackageNames() when not @isPackageDisabled(name)
@watchThemes()