summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/js/lib/nav/NavView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-28 19:22:55 -0400
committerJules Laplace <jules@okfoc.us>2015-09-28 19:22:55 -0400
commit8bf5b7f2e3be707523d202066f0c14dcd172f46a (patch)
tree8ea0564be09bd416ee05fc0f74e80a18d52a66f1 /StoneIsland/platforms/ios/www/js/lib/nav/NavView.js
parentef694896c0d53f5dbd49377e5b2382368846ad65 (diff)
build
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/nav/NavView.js')
-rw-r--r--StoneIsland/platforms/ios/www/js/lib/nav/NavView.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/nav/NavView.js b/StoneIsland/platforms/ios/www/js/lib/nav/NavView.js
index c9eb2d4e..3949c3c5 100644
--- a/StoneIsland/platforms/ios/www/js/lib/nav/NavView.js
+++ b/StoneIsland/platforms/ios/www/js/lib/nav/NavView.js
@@ -22,12 +22,12 @@ var NavView = View.extend({
show: function(){
$("body").addClass("nav")
- $("#curtain").show()
+ app.curtain.show()
},
hide: function(){
$("body").removeClass("nav")
- $("#curtain").hide()
+ app.curtain.hide()
},
store: function(){