Get class visibility correct

This commit is contained in:
Matt Colyer
2013-08-22 16:33:32 -07:00
parent d5c2878d53
commit 8e2777ccc0
7 changed files with 11 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ _ = require 'underscore'
fsUtils = require 'fs-utils'
Theme = require 'theme'
# Private: Handles discovering and loading available themes.
module.exports =
class ThemeManager
_.extend @prototype, EventEmitter