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/sdk/product.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'StoneIsland/www/js/sdk/product.js') diff --git a/StoneIsland/www/js/sdk/product.js b/StoneIsland/www/js/sdk/product.js index a2ba30a1..2cf58452 100644 --- a/StoneIsland/www/js/sdk/product.js +++ b/StoneIsland/www/js/sdk/product.js @@ -2,7 +2,7 @@ sdk.product = (function(){ var product = {} product.collection = function(opt){ - $.ajax({ + return $.ajax({ method: "GET", url: sdk.path("Search.API/1.2", "search.json"), data: { format: "full", gallery: opt.gallery_id }, @@ -13,7 +13,7 @@ sdk.product = (function(){ // https://gist.github.com/fanfare/2d25d1b36944188948ff product.item = function(opt){ - $.ajax({ + return $.ajax({ method: "GET", url: sdk.path("Item.API/1.0", "item/" + opt.code + ".json"), success: opt.success, -- cgit v1.2.3-70-g09d2