mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Remove Package::isActive
It didn't seem needed anymore
This commit is contained in:
@@ -44,9 +44,6 @@ class Package
|
||||
constructor: (@path) ->
|
||||
@name = basename(@path)
|
||||
|
||||
isActive: ->
|
||||
atom.packages.isPackageActive(@name)
|
||||
|
||||
enable: ->
|
||||
atom.config.removeAtKeyPath('core.disabledPackages', @metadata.name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user