💄 Move extend calls to top of class

This commit is contained in:
Kevin Sawicki
2013-08-26 19:09:42 -07:00
parent 03573b4e06
commit decaa3dfcf
15 changed files with 34 additions and 34 deletions

View File

@@ -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