mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Big replacement: bool with boolean
This commit is contained in:
@@ -1572,7 +1572,7 @@ function test_hasClass() {
|
||||
$("div#result3").append($("p").hasClass("selected"));
|
||||
|
||||
$('#mydiv').hasClass('foo');
|
||||
// typescript has a bug to (bool).toString() - I'll comment this code until typescript team solve this problem.
|
||||
// typescript has a bug to (boolean).toString() - I'll comment this code until typescript team solve this problem.
|
||||
//$("div#result1").append($("p:first").hasClass("selected").toString());
|
||||
//$("div#result2").append($("p:last").hasClass("selected").toString());
|
||||
//$("div#result3").append($("p").hasClass("selected").toString());
|
||||
|
||||
Reference in New Issue
Block a user