MediaWiki:Gadget-libSensitiveIPs.js: Difference between revisions

Content deleted Content added
make a start on a library for accessing information about sensitive IP addresses
 
m fix parameter name
Line 4:
sensitiveIPs = mw.libs.sensitiveips = {
query: function ( args ) {
if ( !( optionsargs instanceof Object ) ) {
throw new TypeError( "type error in arg #1 to 'query' (object expected)" );
}