mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Remove duplicate constructor
This commit is contained in:
@@ -40,9 +40,6 @@ class Project
|
||||
ignoredPathRegexes: null
|
||||
openers: null
|
||||
|
||||
constructor: ->
|
||||
@openers = []
|
||||
|
||||
# Public:
|
||||
registerOpener: (opener) -> @openers.push(opener)
|
||||
|
||||
@@ -65,6 +62,7 @@ class Project
|
||||
#
|
||||
# path - The {String} name of the path
|
||||
constructor: (pathOrState) ->
|
||||
@openers = []
|
||||
@editSessions = []
|
||||
@buffers = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user