mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 20:14:37 -04:00
Update lodash to 3.9.3, use modern build.
This commit is contained in:
parent
34aeac9787
commit
14825ebe29
4 changed files with 39 additions and 59 deletions
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue