This website requires JavaScript.
Explore
Help
Register
Sign In
wikimedia
/
mediawiki-extensions-Echo
Watch
1
Star
0
Fork
You've already forked mediawiki-extensions-Echo
0
mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced
2024-11-23 23:44:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
mediawiki-extensions-Echo
/
modules
/
api
/
mw.echo.api.js
8 lines
108 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Remove obsolete aliases from closures Bug: T208951 Change-Id: If51fc6d50b9755c779fd0bf1be7bb0fe276539ea
2018-11-12 13:56:38 +00:00
(
function
(
)
{
Echo API layer Split and refactor Echo network handling and create a proper API layer for the UI to use consistently. Split Echo's API methods into its own module so they can be loaded along with the initialization script and manage the API requests. Change-Id: I0526a14bb8cc0d9729a303e24ab6e43259cc86bb
2016-01-15 22:11:33 +00:00
mw
.
echo
=
mw
.
echo
||
{
}
;
Replace jsduck with jsdoc Change-Id: I2a1bfedeba66c9ec1b3ee2640a77d5ef8782530c
2024-04-30 14:21:54 +00:00
/
*
*
*
@
namespace
*
/
Refactoring Echo's front end for MVC Changing the way Echo's front-end architecture works to work with model-view-controller methodology. Change-Id: I97862402c41bc04dd41cd08d79f19ff677340249
2016-04-10 13:31:02 +00:00
mw
.
echo
.
api
=
mw
.
echo
.
api
||
{
}
;
Remove obsolete aliases from closures Bug: T208951 Change-Id: If51fc6d50b9755c779fd0bf1be7bb0fe276539ea
2018-11-12 13:56:38 +00:00
}
(
)
)
;
Reference in a new issue
Copy permalink