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

})