Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed May 14, 2014
1 parent ba3bcbb commit aacd7a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/test.js
Expand Up @@ -58,9 +58,8 @@ function Test (name_, opts_, cb_) {
return function bound() {
return val.apply(self, arguments);
};
} else {
return val;
}
else return val;
})(this, this[prop]);
}
}
Expand Down

0 comments on commit aacd7a9

Please sign in to comment.