From f0ec8aa9deb6a51d11c0d2acdf3361898118f775 Mon Sep 17 00:00:00 2001 From: "Harish.K" Date: Sun, 3 Apr 2016 15:47:32 +0530 Subject: [PATCH] Fix --- src/describe-block.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/describe-block.js b/src/describe-block.js index 6863cbe..7d5c300 100644 --- a/src/describe-block.js +++ b/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 task instanceof ItBlock; });