mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Use single quotes
This commit is contained in:
@@ -37,7 +37,7 @@ class OutlineView extends SelectList
|
||||
editor = @rootView.getActiveEditor()
|
||||
session = editor.activeEditSession
|
||||
language = session.tokenizedBuffer.languageMode.grammar.name
|
||||
return false unless language is "CoffeeScript"
|
||||
return false unless language is 'CoffeeScript'
|
||||
|
||||
functions = []
|
||||
functionRegex = /(\s*)(@?[a-zA-Z$_]+)\s*(=|\:)\s*(\([^\)]*\))?\s*(-|=)>/
|
||||
|
||||
Reference in New Issue
Block a user