From f121ca93ffc8be1bc7c51596c554ad47374337bf Mon Sep 17 00:00:00 2001 From: nightwing Date: Wed, 29 Oct 2014 23:18:09 +0400 Subject: [PATCH] update comment too --- lib/ace/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ace/editor.js b/lib/ace/editor.js index 20a04987..9d911410 100644 --- a/lib/ace/editor.js +++ b/lib/ace/editor.js @@ -888,7 +888,7 @@ var Editor = function(renderer, session) { /** * Emitted when text is pasted. * @event paste - * @param {String} text The pasted text + * @param {Object} an object which contains one property, `text`, that represents the text to be pasted. Editing this property will alter the text that is pasted. * * **/