Minor formatting fix in /resources/src/mediawiki.api/edit.js:
Replace 3 occurrences of:
console.log( 'Saved! ');
With:
console.log( 'Saved!' );
Aim at improving convenience for people who copy-paste code from the API documentation :)
Minor formatting fix in /resources/src/mediawiki.api/edit.js:
Replace 3 occurrences of:
console.log( 'Saved! ');
With:
console.log( 'Saved!' );
Aim at improving convenience for people who copy-paste code from the API documentation :)
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Minor formatting fix in JavaScript API edit module | mediawiki/core | master | +3 -3 |
Change 563333 had a related patch set uploaded (by DannyS712; owner: Hank Hulet):
[mediawiki/core@master] Minor formatting fix in JavaScript API edit module
This task is about code that uses MediaWiki-Action-API, not about MediaWiki-Action-API itself. Untagging.
Change 563333 merged by jenkins-bot:
[mediawiki/core@master] Minor formatting fix in JavaScript API edit module