summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/products
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-19 22:39:56 -0500
committerJules Laplace <jules@okfoc.us>2015-11-19 22:39:56 -0500
commit9c4846681b13923046d0e2da837c6580a419e950 (patch)
treeddb96638a71b6d9a03ae4f66f94ae9924634834f /StoneIsland/www/js/lib/products
parente458c052238c5f5bebd33affc7e5750671beeb23 (diff)
fix divs and things
Diffstat (limited to 'StoneIsland/www/js/lib/products')
-rw-r--r--StoneIsland/www/js/lib/products/ClosedStoreView.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/products/ClosedStoreView.js b/StoneIsland/www/js/lib/products/ClosedStoreView.js
index 3949f11f..77dc15b1 100644
--- a/StoneIsland/www/js/lib/products/ClosedStoreView.js
+++ b/StoneIsland/www/js/lib/products/ClosedStoreView.js
@@ -37,7 +37,6 @@ var ClosedStoreView = View.extend({
},
populate: function(data){
- this.storeIsClosed = true
this.images = data.map(function(img){ return img.uri })
},