summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/cart/CartThanks.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-09 18:20:16 -0500
committerJules Laplace <jules@okfoc.us>2015-11-09 18:21:28 -0500
commitf4f94bedc9027e630c1277d15e414db686a948bd (patch)
tree9c2b947fb0bcdcb7eeff9b7e5889e3b13412fd79 /StoneIsland/www/js/lib/cart/CartThanks.js
parentead9d27ebc580ce428c991cbbd3ad505865ffd63 (diff)
stub cart confirm
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartThanks.js')
-rw-r--r--StoneIsland/www/js/lib/cart/CartThanks.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/cart/CartThanks.js b/StoneIsland/www/js/lib/cart/CartThanks.js
new file mode 100644
index 00000000..e4dff0a3
--- /dev/null
+++ b/StoneIsland/www/js/lib/cart/CartThanks.js
@@ -0,0 +1,11 @@
+var CartThanks = View.extend({
+
+ el: "#cart_thanks",
+
+ events: {
+ },
+
+ initialize: function(){
+ },
+
+}) \ No newline at end of file