summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/account/ProfileView.js
blob: f6e331a530c7ec928b25bd9b73d90d958bf8320f (plain)
1
2
3
4
5
6
7
8
9
10
11
var ProfileView = View.extend({
  
  el: "#profile",
  
  events: {
  },
  
  initialize: function(){
  },

})