aboutsummaryrefslogtreecommitdiff
path: root/src/js/firefox/js/platform-ajax.js
blob: e32225ae9a3a53a1e2d428f798f81c92f720f633 (plain)
1
2
3
4
5
6
7
8

/**
 * Placeholder function, as all ajax should be done in the backend
 */
var fiveui      = fiveui      || {};
fiveui.ajax     = fiveui.ajax || {};

fiveui.ajax.get = function () {};