@@ -1537,7 +1537,7 @@ define(function (require, exports, module) {
15371537 * @param {boolean } [center] true to center the viewport
15381538 * @param {number } [centerOptions] Option value, or 0 for no options; one of the BOUNDARY_* constants above.
15391539 * @param {?string } [origin] An optional string that describes what other selection or edit operations this
1540- * should be merged with for the purposes of undo. See {@link Document#replaceRange} for more details.
1540+ * should be merged with for the purposes of undo. See {@link Document::Document #replaceRange} for more details.
15411541 */
15421542 Editor . prototype . setSelection = function ( start , end , center , centerOptions , origin ) {
15431543 this . setSelections ( [ { start : start , end : end || start } ] , center , centerOptions , origin ) ;
@@ -1635,7 +1635,7 @@ define(function (require, exports, module) {
16351635 * @param {boolean } center true to center the viewport around the primary selection.
16361636 * @param {number } centerOptions Option value, or 0 for no options; one of the BOUNDARY_* constants above.
16371637 * @param {?string } origin An optional string that describes what other selection or edit operations this
1638- * should be merged with for the purposes of undo. See {@link Document#replaceRange} for more details.
1638+ * should be merged with for the purposes of undo. See {@link Document::Document #replaceRange} for more details.
16391639 */
16401640 Editor . prototype . setSelections = function ( selections , center , centerOptions , origin ) {
16411641 var primIndex = selections . length - 1 , options ;
0 commit comments