diff options
Diffstat (limited to 'StoneIsland/www/js/lib/account/ProfileView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/account/ProfileView.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/account/ProfileView.js b/StoneIsland/www/js/lib/account/ProfileView.js new file mode 100644 index 00000000..93c61b33 --- /dev/null +++ b/StoneIsland/www/js/lib/account/ProfileView.js @@ -0,0 +1,5 @@ +var ProfileView = View.extend({ + + el: "#profile", + +})
\ No newline at end of file |
