mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Define class properties with :, not =
This commit is contained in:
@@ -11,9 +11,9 @@ Subscriber = require 'subscriber'
|
||||
|
||||
module.exports =
|
||||
class LanguageMode
|
||||
buffer = null
|
||||
grammar = null
|
||||
editSession = null
|
||||
buffer: null
|
||||
grammar: null
|
||||
editSession: null
|
||||
currentGrammarScore: null
|
||||
|
||||
# Public: Sets up a `LanguageMode` for the given {EditSession}.
|
||||
|
||||
Reference in New Issue
Block a user