summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/js/lib/cart/CartBilling.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-16 15:07:05 -0400
committerJules Laplace <jules@okfoc.us>2015-09-16 15:07:05 -0400
commit164fc4407621b4bd6448dd7790d684635a023726 (patch)
tree5622e9432bc7c9cca881f14a0471b6165194a988 /StoneIsland/platforms/ios/www/js/lib/cart/CartBilling.js
parent14699818d58beef4b9b20b3ddb3e03641c0b7f21 (diff)
build
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/cart/CartBilling.js')
-rw-r--r--StoneIsland/platforms/ios/www/js/lib/cart/CartBilling.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/cart/CartBilling.js b/StoneIsland/platforms/ios/www/js/lib/cart/CartBilling.js
new file mode 100644
index 00000000..f3c9cbe2
--- /dev/null
+++ b/StoneIsland/platforms/ios/www/js/lib/cart/CartBilling.js
@@ -0,0 +1,11 @@
+var CartBilling = View.extend({
+
+ el: "#billing",
+
+ events: {
+ },
+
+ initialize: function(){
+ },
+
+}) \ No newline at end of file