Update lodash to 3.9.3, use modern build.

This commit is contained in:
Lars Jung
2015-05-29 16:12:22 +02:00
parent 34aeac9787
commit 14825ebe29
4 changed files with 39 additions and 59 deletions

View File

@@ -29,7 +29,7 @@ describe('premisses', function () {
assert.isFunction(_);
assert.strictEqual(_, window._);
assert.strictEqual(_.VERSION, '3.8.0');
assert.strictEqual(_.VERSION, '3.9.3');
});
it('util is global object', function () {