Fix UserSettings#getIsEnabled docs

Change-Id: I3fce221619857365dbf53903e6eecb108f3b45e6
This commit is contained in:
joakin 2016-11-30 11:45:40 +01:00
parent 550b68cab5
commit 0bbaf0b7cc

View file

@ -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}
*/