jquery: Update test annotation

This commit is contained in:
Diogo Franco (Kovensky)
2017-06-26 17:58:28 +09:00
parent 6bd192c61a
commit c77f43d7e9
+1 -1
View File
@@ -3025,7 +3025,7 @@ function JQuery() {
return 'myVal';
});
// $ExpectType string | number | string[] | undefined
// $ExpectType string | number | string[] | null | undefined
$('p').val();
}
}