1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-14 01:44:06 +02:00

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 () {

View File

@@ -4,11 +4,11 @@
describe('libs', function () {
var libs = {
_: window._,
$: window.jQuery,
marked: window.marked,
prism: window.Prism
};
_: window._,
$: window.jQuery,
marked: window.marked,
prism: window.Prism
};
_.each(libs, function (lib, id) {