Big replacement: bool with boolean

This commit is contained in:
Boris Yankov
2013-08-07 16:59:39 +03:00
parent bded8a8af5
commit dd35f69637
128 changed files with 4254 additions and 4240 deletions
+1 -1
View File
@@ -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());