mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-01 15:58:19 -04:00
Replace underscore with lodash.
This commit is contained in:
parent
dad7cb26d5
commit
aa7dd8a75f
4 changed files with 6787 additions and 1344 deletions
|
@ -10,6 +10,7 @@
|
||||||
* updates `jQuery.qrcode` to 0.8.0
|
* updates `jQuery.qrcode` to 0.8.0
|
||||||
* replaces `markdown` with [`marked`](https://github.com/chjj/marked) 0.3.2
|
* replaces `markdown` with [`marked`](https://github.com/chjj/marked) 0.3.2
|
||||||
* updates `modulejs` to 0.4.5
|
* updates `modulejs` to 0.4.5
|
||||||
|
* replaces `underscore` with [`lodash`](https://github.com/lodash/lodash) 2.4.1
|
||||||
|
|
||||||
|
|
||||||
## v0.25.2 - *2014-07-01*
|
## v0.25.2 - *2014-07-01*
|
||||||
|
|
6785
src/_h5ai/client/js/lib/lodash-2.4.1.js
Normal file
6785
src/_h5ai/client/js/lib/lodash-2.4.1.js
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -2,7 +2,7 @@
|
||||||
// other libs
|
// other libs
|
||||||
// ----------
|
// ----------
|
||||||
// @include "lib/modernizr-*.js"
|
// @include "lib/modernizr-*.js"
|
||||||
// @include "lib/underscore-*.js"
|
// @include "lib/lodash-*.js"
|
||||||
// @include "lib/marked-*.js"
|
// @include "lib/marked-*.js"
|
||||||
// @include "lib/modulejs-*.js"
|
// @include "lib/modulejs-*.js"
|
||||||
// @include "lib/moment-*.js"
|
// @include "lib/moment-*.js"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue