mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove ‘group’ parameter to addStyleSheet in favor of ‘priority’
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports =
|
||||
class ThemePackage extends Package
|
||||
getType: -> 'theme'
|
||||
|
||||
getStylesheetType: -> 'theme'
|
||||
getStyleSheetPriority: -> 1
|
||||
|
||||
enable: ->
|
||||
atom.config.unshiftAtKeyPath('core.themes', @name)
|
||||
|
||||
Reference in New Issue
Block a user