mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Fixed a couple of errors caught by jshint.
This commit is contained in:
parent
4dac49359f
commit
5890a801be
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue