Browse Source

Fix

refactor
Harish.K 10 years ago
parent
commit
f0ec8aa9de
  1. 2
      src/describe-block.js

2
src/describe-block.js

@ -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 this.tasks.filter( function( task ){
return task instanceof ItBlock; return task instanceof ItBlock;
}); });

Loading…
Cancel
Save