mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
getThemes -> getLoadedThemes
This commit is contained in:
@@ -23,7 +23,7 @@ class ThemeManager
|
||||
getAvailableNames: ->
|
||||
path.basename(themePath).split('.')[0] for themePath in @getAvailablePaths()
|
||||
|
||||
getThemes: ->
|
||||
getLoadedThemes: ->
|
||||
_.clone(@loadedThemes)
|
||||
|
||||
unload: ->
|
||||
|
||||
Reference in New Issue
Block a user