From 5890a801bed95e026d21fe8a05d43ea73d2163d1 Mon Sep 17 00:00:00 2001 From: Kin Blas Date: Mon, 20 Jun 2011 15:09:54 -0700 Subject: [PATCH] Fixed a couple of errors caught by jshint. --- js/jquery.mobile.navigation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/jquery.mobile.navigation.js b/js/jquery.mobile.navigation.js index c7a65c95..ab809884 100644 --- a/js/jquery.mobile.navigation.js +++ b/js/jquery.mobile.navigation.js @@ -447,7 +447,7 @@ }); return promise; - }; + } //simply set the active page's minimum height to screen height, depending on orientation function getScreenHeight(){ @@ -936,7 +936,7 @@ } var type = $this.attr( "method" ), - url = path.makeUrlAbsolute( $this.attr( "action" ), getClosestBaseUrl($this) ); + url = path.makeUrlAbsolute( $this.attr( "action" ), getClosestBaseUrl($this) ), target = $this.attr( "target" ); //external submits use regular HTTP