/** * Placeholder function, as all ajax should be done in the backend */ var fiveui = fiveui || {}; fiveui.ajax = fiveui.ajax || {}; fiveui.ajax.get = function () { return $.Deferred().promise(); };