From 3f86fd756a146bab5386503dfb2ca11c46f30352 Mon Sep 17 00:00:00 2001 From: Jesse Hallett Date: Fri, 13 Dec 2013 14:08:16 -0800 Subject: Modifies fiveui.RuleSet.load to return promises --- src/js/firefox/js/platform-ajax.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/js/firefox/js/platform-ajax.js') diff --git a/src/js/firefox/js/platform-ajax.js b/src/js/firefox/js/platform-ajax.js index e32225a..9b80633 100644 --- a/src/js/firefox/js/platform-ajax.js +++ b/src/js/firefox/js/platform-ajax.js @@ -5,4 +5,6 @@ var fiveui = fiveui || {}; fiveui.ajax = fiveui.ajax || {}; -fiveui.ajax.get = function () {}; +fiveui.ajax.get = function () { + return $.Deferred().promise(); +}; -- cgit v1.2.3