mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Fix jQuery prop method declaration
This commit is contained in:
@@ -1133,6 +1133,7 @@ function test_prop() {
|
||||
$("input[type='checkbox']").prop({
|
||||
disabled: true
|
||||
});
|
||||
var title: string = $('option:selected', this).prop('title');
|
||||
}
|
||||
|
||||
function test_text() {
|
||||
|
||||
Reference in New Issue
Block a user