mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use includeInto instead of _.extend
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user