💄 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

@@ -19,6 +19,8 @@ Git = require 'git'
# of directories and files that you can operate on.
module.exports =
class Project
_.extend @prototype, EventEmitter
@acceptsDocuments: true
@version: 1
@@ -359,5 +361,3 @@ class Project
subscriber.subscribe this, 'buffer-created', (buffer) -> callback(buffer)
else
@on 'buffer-created', (buffer) -> callback(buffer)
_.extend Project.prototype, EventEmitter