Merge pull request #2191 from maxh/patch-1

Fix errors in Anchor docs
This commit is contained in:
Harutyun Amirjanyan 2014-10-14 14:53:10 +04:00
commit 40a9c308b9

View file

@ -36,7 +36,7 @@ var EventEmitter = require("./lib/event_emitter").EventEmitter;
/**
*
* Defines the floating pointer in the document. Whenever text is inserted or deleted before the cursor, the position of the cursor is updated.
* Defines a floating pointer in the document. Whenever text is inserted or deleted before the cursor, the position of the anchor is updated.
*
* @class Anchor
**/