Add getter for loaded themes

This commit is contained in:
Kevin Sawicki
2013-09-24 21:44:42 -07:00
parent 9222f158b5
commit ea54fd78b8

View File

@@ -29,6 +29,10 @@ class ThemeManager
getActiveThemes: ->
_.clone(@activeThemes)
# Internal-only:
getLoadedThemes: ->
_.clone(@loadedThemes)
# Internal-only:
unload: ->
removeStylesheet(@userStylesheetPath) if @userStylesheetPath?