summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/account/ProfileView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-08 19:32:08 -0500
committerJules Laplace <jules@okfoc.us>2015-11-08 19:32:19 -0500
commit069e15c10ed10b45673c2365f78fe8918753f19d (patch)
treeb6e64d1f31f8c4390415efe186116479ef657fb9 /StoneIsland/www/js/lib/account/ProfileView.js
parentaa23fc23b5a8cf43d115bcf3953806e66dadf1c3 (diff)
use jqxhr style callbacks
Diffstat (limited to 'StoneIsland/www/js/lib/account/ProfileView.js')
-rw-r--r--StoneIsland/www/js/lib/account/ProfileView.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/account/ProfileView.js b/StoneIsland/www/js/lib/account/ProfileView.js
index 93c61b33..f6e331a5 100644
--- a/StoneIsland/www/js/lib/account/ProfileView.js
+++ b/StoneIsland/www/js/lib/account/ProfileView.js
@@ -1,5 +1,11 @@
var ProfileView = View.extend({
el: "#profile",
+
+ events: {
+ },
+
+ initialize: function(){
+ },
}) \ No newline at end of file