From 99235190c6b4d42a579227fbfb5715df246ff841 Mon Sep 17 00:00:00 2001 From: switer Date: Thu, 26 Dec 2013 19:56:29 +0800 Subject: [PATCH] chain invoke status marked; --- chain.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain.js b/chain.js index 9dd829a..d191424 100644 --- a/chain.js +++ b/chain.js @@ -92,7 +92,7 @@ function Chain (startHandler/*, arg1, [arg2, ...]*/) { if ( !chainFilter() && context.step >= currentCursor - 1) { handler.apply(chain, handlerArgs); } - + chainStatus.steps[currentStep] = true; } lastFilter && lastFilter.stop();