1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-20 20:51:21 +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

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