0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Merge pull request #4880 from jaswilli/client-model-tests

Add tests for admin client models
This commit is contained in:
Hannah Wolfe 2015-02-02 19:03:40 +00:00
commit 89f0b42cda

View file

@ -1,6 +1,6 @@
/* global ic */
var ajax = window.ajax = function () {
var ajax = function () {
return ic.ajax.request.apply(null, arguments);
};