MediaWiki:Gadget-libSensitiveIPs.js: Difference between revisions

Content deleted Content added
return the data from the then function
use CamelCase for the lib name
Line 2:
'use strict';
var sensitiveIPs;
sensitiveIPs = mw.libs.sensitiveipssensitiveIPs = {
query: function ( params ) {
if ( !( params instanceof Object ) ) {