This commit is contained in:
2016-04-03 15:47:32 +05:30
parent e01d0c5dac
commit f0ec8aa9de
+1 -1
View File
@@ -30,7 +30,7 @@ DescribeBlock.prototype.__defineGetter__( 'children', function(){
});
DescribeBlock.prototype.__defineGetter__( 'children', function(){
DescribeBlock.prototype.__defineGetter__( 'its', function(){
return this.tasks.filter( function( task ){
return task instanceof ItBlock;
});