[#313,backend/memory][xs]: use jquery deferred if we can.

This commit is contained in:
Rufus Pollock
2013-02-08 13:20:38 +00:00
parent 8c6c2d7c67
commit bd98d15b61
2 changed files with 7 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ this.recline.Model = this.recline.Model || {};
(function(my) {
// private - use either jQuery or Underscore Deferred depending on what is available
var Deferred = _.isUndefined(this.jQuery) ? _.Deferred : jQuery.Deferred;
// ## <a id="dataset">Dataset</a>