Merge pull request #2315 from xixixao/patch-1

Fix doc on editor.remove
This commit is contained in:
Harutyun Amirjanyan 2015-01-18 22:33:43 +03:00
commit 0c3246e0df

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"
*
**/