summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/account
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-19 18:20:33 -0500
committerJules Laplace <jules@okfoc.us>2015-11-19 18:20:33 -0500
commitee15de014ecfc780c8bd86e00eb8b24bf6149db9 (patch)
tree54b7f3887655abfdb8f6bdcb788a57d081aefda0 /StoneIsland/www/js/lib/account
parent4a0eedbd2d71249ce427f9f302b83b0073bfe8cd (diff)
stub in ordersview
Diffstat (limited to 'StoneIsland/www/js/lib/account')
-rw-r--r--StoneIsland/www/js/lib/account/OrdersView.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/account/OrdersView.js b/StoneIsland/www/js/lib/account/OrdersView.js
new file mode 100644
index 00000000..f269b7cf
--- /dev/null
+++ b/StoneIsland/www/js/lib/account/OrdersView.js
@@ -0,0 +1,4 @@
+var OrdersView = ScrollableView.extend({
+
+
+})