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