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-15 03:35:01 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1498f25484
mediawiki-extensions-Echo
/
modules
/
api
/
mw.echo.api.js
5 lines
98 B
JavaScript
Raw
Normal View
History
Unescape
Escape
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
(
function
(
mw
)
{
mw
.
echo
=
mw
.
echo
||
{
}
;
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
||
{
}
;
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
}
)
(
mediaWiki
)
;
Reference in a new issue
Copy permalink