Jforrester has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/320429

Change subject: InputWidget: Remove deprecated #setRTL function
......................................................................

InputWidget: Remove deprecated #setRTL function

Deprecated since 0.13.1.

Change-Id: I7922b0d577885cf5f20bb262951b596451af0737
---
M src/widgets/InputWidget.js
1 file changed, 0 insertions(+), 12 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/29/320429/1

diff --git a/src/widgets/InputWidget.js b/src/widgets/InputWidget.js
index 692f90d..bcc5d70 100644
--- a/src/widgets/InputWidget.js
+++ b/src/widgets/InputWidget.js
@@ -153,18 +153,6 @@
 };
 
 /**
- * Set the directionality of the input, either RTL (right-to-left) or LTR 
(left-to-right).
- *
- * @deprecated since v0.13.1; use #setDir directly
- * @param {boolean} isRTL Directionality is right-to-left
- * @chainable
- */
-OO.ui.InputWidget.prototype.setRTL = function ( isRTL ) {
-       this.setDir( isRTL ? 'rtl' : 'ltr' );
-       return this;
-};
-
-/**
  * Set the directionality of the input.
  *
  * @param {string} dir Text directionality: 'ltr', 'rtl' or 'auto'

-- 
To view, visit https://gerrit.wikimedia.org/r/320429
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7922b0d577885cf5f20bb262951b596451af0737
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Jforrester <jforres...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to