mirror of
https://github.com/atom/atom.git
synced 2026-01-26 15:28:27 -05:00
Merge pull request #12780 from Ingramz/update-coffee-script
Update coffee-script to 1.11.0
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user