update comment too

This commit is contained in:
nightwing 2014-10-29 23:18:09 +04:00
commit f121ca93ff

View file

@ -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.
*
*
**/