diff options
Diffstat (limited to 'StoneIsland/www/js/lib/nav/IntroView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/nav/IntroView.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/nav/IntroView.js b/StoneIsland/www/js/lib/nav/IntroView.js new file mode 100644 index 00000000..21e3c2b2 --- /dev/null +++ b/StoneIsland/www/js/lib/nav/IntroView.js @@ -0,0 +1,11 @@ +var IntroView = View.extend({ + + el: "#intro", + + events: { + }, + + initialize: function(){ + }, + +})
\ No newline at end of file |
