summaryrefslogtreecommitdiff
path: root/mocha_test/compose.js
diff options
context:
space:
mode:
Diffstat (limited to 'mocha_test/compose.js')
-rw-r--r--mocha_test/compose.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/mocha_test/compose.js b/mocha_test/compose.js
index e557347..27b1869 100644
--- a/mocha_test/compose.js
+++ b/mocha_test/compose.js
@@ -62,7 +62,6 @@ describe('compose', function(){
var context = {};
var add2Context = null;
var mul3Context = null;
-
var add2 = function (n, cb) {
add2Context = this;
setTimeout(function () {