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

})