Bump to v0.8.0.

Former-commit-id: b5bed986eed052cab3f927a928d92d58044a4798
This commit is contained in:
John-David Dalton
2012-09-30 21:49:12 -07:00
parent 4bae41ffd8
commit db1a87d10c
9 changed files with 114 additions and 116 deletions

View File

@@ -609,6 +609,7 @@
});
equal(last.value, 2, '_.each: ' + basename);
equal(lodash.isEmpty('moe'), false, '_.isEmpty: ' + basename);
var object = { 'fn': lodash.bind(function(x) { return this.x + x; }, { 'x': 1 }, 1) };
equal(object.fn(), 2, '_.bind: ' + basename);