Fix jQuery prop method declaration

This commit is contained in:
Boris Yankov
2012-11-19 17:41:04 +02:00
parent 9e499b18c9
commit a8c6be1705
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1133,6 +1133,7 @@ function test_prop() {
$("input[type='checkbox']").prop({
disabled: true
});
var title: string = $('option:selected', this).prop('title');
}
function test_text() {