mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-15 03:34:03 +00:00
Fix UserSettings#getIsEnabled docs
Change-Id: I3fce221619857365dbf53903e6eecb108f3b45e6
This commit is contained in:
parent
550b68cab5
commit
0bbaf0b7cc
|
@ -22,7 +22,8 @@
|
|||
* Gets whether or not the user has previously enabled Page Previews.
|
||||
*
|
||||
* N.B. that if the user hasn't previously enabled or disabled Page
|
||||
* Previews, i.e. mw.popups.userSettings., then they are treated as if they have.
|
||||
* Previews, i.e. mw.popups.userSettings.setIsEnabled(true), then they
|
||||
* are treated as if they have enabled them.
|
||||
*
|
||||
* @return {Boolean}
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue