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

@@ -21,7 +21,7 @@
"cached-run-in-this-context": "0.4.1",
"chai": "3.5.0",
"clear-cut": "^2.0.1",
"coffee-script": "1.8.0",
"coffee-script": "1.11.0",
"color": "^0.7.3",
"dedent": "^0.6.0",
"devtron": "1.1.0",

View File

@@ -847,7 +847,7 @@ class AtomEnvironment extends Model
@project.addPath(selectedPath) for selectedPath in selectedPaths
showSaveDialog: (callback) ->
callback(showSaveDialogSync())
callback(@showSaveDialogSync())
showSaveDialogSync: (options={}) ->
@applicationDelegate.showSaveDialog(options)

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