jQuery: JSDoc'd innerWidth / innerWidth

removed invalid overloads
This commit is contained in:
johnnyreilly
2014-01-01 15:39:08 +00:00
parent 4d7fdffa2e
commit f6e89c970d
2 changed files with 6 additions and 4 deletions
-2
View File
@@ -1751,13 +1751,11 @@ function test_index() {
function test_innerHeight() {
var p = $("p:first");
$("p:last").text("innerHeight:" + p.innerHeight());
p.innerHeight(p.innerHeight() * 2).innerHeight();
}
function test_innerWidth() {
var p = $("p:first");
$("p:last").text("innerWidth:" + p.innerWidth());
p.innerWidth(p.innerWidth() * 2).innerWidth();
}
function test_outerHeight() {