mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
💄 Move extend calls to top of class
This commit is contained in:
@@ -13,8 +13,8 @@ guid = require 'guid'
|
||||
# the case, as a `Buffer` could be an unsaved chunk of text.
|
||||
module.exports =
|
||||
class TextBuffer
|
||||
_.extend(@prototype, EventEmitter)
|
||||
_.extend(@prototype, Subscriber)
|
||||
_.extend @prototype, EventEmitter
|
||||
_.extend @prototype, Subscriber
|
||||
|
||||
@acceptsDocuments: true
|
||||
@version: 2
|
||||
|
||||
Reference in New Issue
Block a user