From 612561818f907f0f9988247c82ec158ba4494986 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 24 Nov 2015 20:57:41 -0500 Subject: build --- StoneIsland/platforms/ios/www/js/lib/nav/SearchView.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 StoneIsland/platforms/ios/www/js/lib/nav/SearchView.js (limited to 'StoneIsland/platforms/ios/www/js/lib/nav/SearchView.js') diff --git a/StoneIsland/platforms/ios/www/js/lib/nav/SearchView.js b/StoneIsland/platforms/ios/www/js/lib/nav/SearchView.js new file mode 100644 index 00000000..f21634a5 --- /dev/null +++ b/StoneIsland/platforms/ios/www/js/lib/nav/SearchView.js @@ -0,0 +1,16 @@ +var SearchView = View.extend({ + + el: "#search", + + events: { + }, + + show: function(){ + app.footer.show("SEARCH", "CANCEL") + document.body.className = "search" + }, + + save: function(){ + }, + +}) \ No newline at end of file -- cgit v1.2.3-70-g09d2