Fixed a couple of errors caught by jshint.

This commit is contained in:
Kin Blas 2011-06-20 15:09:54 -07:00
parent 4dac49359f
commit 5890a801be

View file

@ -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