Skip to content

Commit

Permalink
ENYO-3174: Deprecate unstable APIs.
Browse files Browse the repository at this point in the history
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
  • Loading branch information
aarontam committed Mar 8, 2016
1 parent 467fe7b commit 8b9c7ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/RichText/RichText.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ var RichText = module.exports = kind(
* @param {module:enyo/RichText~ModifyType} type - The type of change to apply.
* @param {module:enyo/RichText~ModifyDirection} dir - The direction in which to apply the change.
* @param {module:enyo/RichText~ModifyAmount} amount - The granularity of the change.
* @deprecated since version 2.7
* @public
*/
modifySelection: function (type, dir, amount) {
Expand All @@ -291,6 +292,7 @@ var RichText = module.exports = kind(
*
* @param {module:enyo/RichText~ModifyDirection} dir - The direction in which to apply the change.
* @param {module:enyo/RichText~ModifyAmount} amount - The granularity of the change.
* @deprecated since version 2.7
* @public
*/
moveCursor: function (dir, amount) {
Expand All @@ -300,6 +302,7 @@ var RichText = module.exports = kind(
/**
* Moves the cursor to end of text field.
*
* @deprecated since version 2.7
* @public
*/
moveCursorToEnd: function () {
Expand All @@ -309,6 +312,7 @@ var RichText = module.exports = kind(
/**
* Moves the cursor to start of text field.
*
* @deprecated since version 2.7
* @public
*/
moveCursorToStart: function () {
Expand Down

0 comments on commit 8b9c7ae

Please sign in to comment.