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:
commit
89f0b42cda
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
/* global ic */
|
||||
|
||||
var ajax = window.ajax = function () {
|
||||
var ajax = function () {
|
||||
return ic.ajax.request.apply(null, arguments);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue