mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Merge pull request #7149 from devoncarew/patch-1
Update text-editor.coffee
This commit is contained in:
@@ -325,7 +325,7 @@ class TextEditor extends Model
|
||||
onWillInsertText: (callback) ->
|
||||
@emitter.on 'will-insert-text', callback
|
||||
|
||||
# Extended: Calls your `callback` adter text has been inserted.
|
||||
# Extended: Calls your `callback` after text has been inserted.
|
||||
#
|
||||
# * `callback` {Function}
|
||||
# * `event` event {Object}
|
||||
|
||||
Reference in New Issue
Block a user