Use includeInto instead of _.extend

This commit is contained in:
Kevin Sawicki
2013-10-14 13:25:51 -07:00
parent 0b0c3229d3
commit e5ac73e0db
21 changed files with 28 additions and 30 deletions

View File

@@ -10,7 +10,7 @@ fsUtils = require './fs-utils'
# Private: Handles discovering and loading available themes.
module.exports =
class ThemeManager
_.extend @prototype, Emitter
Emitter.includeInto(this)
constructor: ->
@loadedThemes = []