MediaWiki:Gadget-libSensitiveIPs.js: Difference between revisions
Content deleted Content added
make both the error codes the same |
m make the example fit inside 80 chars |
||
Line 26:
*
* mw.loader.using( [ 'ext.gadget.libSensitiveIPs' ], function () {
* mw.libs.sensitiveIPs.query( {
* test: [ '1.2.3.4', '5.6.7.8' ] * } ).then( function ( result ) { * // Do something with the result
* } );
|