mirror of
https://github.com/atom/atom.git
synced 2026-01-28 00:08:13 -05:00
Remove autoloadStylesheets ivar
This is no longer used now that the deferred package has been deleted.
This commit is contained in:
committed by
Corey Johnson & Kevin Sawicki
parent
823db4cb22
commit
e04ecf836f
@@ -7,7 +7,6 @@ module.exports =
|
||||
class AtomPackage extends Package
|
||||
metadata: null
|
||||
keymapsDirPath: null
|
||||
autoloadStylesheets: true
|
||||
|
||||
constructor: ->
|
||||
super
|
||||
@@ -17,7 +16,7 @@ class AtomPackage extends Package
|
||||
try
|
||||
@loadMetadata()
|
||||
@loadKeymaps()
|
||||
@loadStylesheets() if @autoloadStylesheets
|
||||
@loadStylesheets()
|
||||
activationEvents = @getActivationEvents()
|
||||
if activationEvents and not activateImmediately
|
||||
@subscribeToActivationEvents(activationEvents)
|
||||
|
||||
Reference in New Issue
Block a user