From 0f1f9fa24f2e0c6ab0b05da7923139918c43dd29 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 11 Sep 2014 16:31:29 -0400 Subject: [PATCH] have amazon use Product data model --- share/spice/amazon/amazon.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/spice/amazon/amazon.js b/share/spice/amazon/amazon.js index 251118bba7..1d51be1966 100644 --- a/share/spice/amazon/amazon.js +++ b/share/spice/amazon/amazon.js @@ -15,6 +15,7 @@ name: 'Products', data: items, allowMultipleCalls: true, + model: 'Product', meta: { itemType: 'Products', sourceName: 'Amazon', @@ -71,4 +72,4 @@ } }); } -}(this)); \ No newline at end of file +}(this));