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