Skip to content

Commit aacd7a9

Browse files
author
James Halliday
committedMay 14, 2014
formatting
1 parent ba3bcbb commit aacd7a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎lib/test.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ function Test (name_, opts_, cb_) {
5858
return function bound() {
5959
return val.apply(self, arguments);
6060
};
61-
} else {
62-
return val;
6361
}
62+
else return val;
6463
})(this, this[prop]);
6564
}
6665
}

0 commit comments

Comments
 (0)
Please sign in to comment.