Merge pull request #12780 from Ingramz/update-coffee-script

Update coffee-script to 1.11.0
This commit is contained in:
Max Brunsfeld
2016-09-29 13:53:02 -07:00
committed by GitHub
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