From 069e15c10ed10b45673c2365f78fe8918753f19d Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 8 Nov 2015 19:32:08 -0500 Subject: use jqxhr style callbacks --- StoneIsland/www/js/lib/products/ProductView.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'StoneIsland/www/js/lib/products/ProductView.js') diff --git a/StoneIsland/www/js/lib/products/ProductView.js b/StoneIsland/www/js/lib/products/ProductView.js index 0d0b0b25..9bfbe4a2 100644 --- a/StoneIsland/www/js/lib/products/ProductView.js +++ b/StoneIsland/www/js/lib/products/ProductView.js @@ -56,12 +56,11 @@ var ProductView = ScrollableView.extend({ this.el.className = "loading" } sdk.product.item({ - code: code, - success: function(details){ - this.cache[code] = details - this.populate(data, details) - }.bind(this), - }) + code: code + }).done(function(details){ + this.cache[code] = details + this.populate(data, details) + }.bind(this)) }, populate: function(data, details){ -- cgit v1.2.3-70-g09d2