jenkins-bot has submitted this change and it was merged.

Change subject: core: Remove spurious "[description]" placeholder from 
documentation
......................................................................


core: Remove spurious "[description]" placeholder from documentation

Also fixup the typehint to reflect the native primitive instead of
the object constructor.

Change-Id: Idbcd3fe7ccac5cabf292a0d9a420f43f2b43d3b7
---
M src/core.js
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Bartosz Dziewoński: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/src/core.js b/src/core.js
index 2d80bfd..9f5edfa 100644
--- a/src/core.js
+++ b/src/core.js
@@ -50,7 +50,7 @@
  * Inspired from :focusable in jQueryUI v1.11.4 - 2015-04-14
  *
  * @param {jQuery} element Element to test
- * @return {Boolean} [description]
+ * @return {boolean}
  */
 OO.ui.isFocusableElement = function ( $element ) {
        var node = $element[0],

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idbcd3fe7ccac5cabf292a0d9a420f43f2b43d3b7
Gerrit-PatchSet: 2
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>
Gerrit-Reviewer: Bartosz Dziewoński <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to