Update coffee-script to 1.11.0

This commit is contained in:
Indrek Ardel
2016-09-26 17:24:49 +03:00
parent efae2e08c3
commit f7bd0d451f
3 changed files with 3 additions and 3 deletions

View File

@@ -2824,7 +2824,7 @@ class TextEditor extends Model
# Essential: Enable or disable soft tabs for this editor.
#
# * `softTabs` A {Boolean}
setSoftTabs: (@softTabs) -> @update({softTabs})
setSoftTabs: (@softTabs) -> @update({@softTabs})
# Returns a {Boolean} indicating whether atomic soft tabs are enabled for this editor.
hasAtomicSoftTabs: -> @displayLayer.atomicSoftTabs