Fix doc on editor.remove

This commit is contained in:
Michal Srb 2015-01-18 14:40:51 +00:00
commit d21be42c8a

View file

@ -1292,7 +1292,7 @@ var Editor = function(renderer, session) {
};
/**
* Removes words of text from the editor. A "word" is defined as a string of characters bookended by whitespace.
* Removes the current selection or one character.
* @param {String} dir The direction of the deletion to occur, either "left" or "right"
*
**/