diff options
author | Novem Linguae <novemlinguae@gmail.com> | 2024-06-26 21:52:33 -0700 |
---|---|---|
committer | Novem Linguae <novemlinguae@gmail.com> | 2024-07-01 09:31:08 -0700 |
commit | cf4f436eb39df11052f94b234ac7890aacbf394a (patch) | |
tree | cc1b5bb7e3d775efea94d7f17836550486c09623 /resources/src/mediawiki.authenticationPopup | |
parent | 0eb623e3267eb43324597f0defae30b9b9f28e65 (diff) | |
download | mediawikicore-cf4f436eb39df11052f94b234ac7890aacbf394a.tar.gz mediawikicore-cf4f436eb39df11052f94b234ac7890aacbf394a.zip |
JSDoc: fix some eslint warnings
Bug: T356455
Change-Id: Id0296c6bd464a868a9dc9624a5d4b61f5372fb7b
Diffstat (limited to 'resources/src/mediawiki.authenticationPopup')
-rw-r--r-- | resources/src/mediawiki.authenticationPopup/AuthPopup.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/src/mediawiki.authenticationPopup/AuthPopup.js b/resources/src/mediawiki.authenticationPopup/AuthPopup.js index e32f726899e8..8760c0e43b6b 100644 --- a/resources/src/mediawiki.authenticationPopup/AuthPopup.js +++ b/resources/src/mediawiki.authenticationPopup/AuthPopup.js @@ -159,7 +159,8 @@ function isIos() { * methods work from the technical side, and which methods are understandable for users. * Some methods or the whole library may be removed in the future.** * - * @unstable + * Unstable. + * * @internal * @class */ |