Add 0 load time for no-op ThemePackage::load

This commit is contained in:
Kevin Sawicki 2015-04-15 09:27:53 -07:00
parent fda6bb3624
commit ff88cd6498

View File

@ -14,6 +14,7 @@ class ThemePackage extends Package
atom.config.removeAtKeyPath('core.themes', @name)
load: ->
@loadTime = 0
this
activate: ->