Replace underscore with lodash.

This commit is contained in:
Lars Jung 2014-08-04 02:22:43 +02:00
parent dad7cb26d5
commit aa7dd8a75f
4 changed files with 6787 additions and 1344 deletions

View file

@ -10,6 +10,7 @@
* updates `jQuery.qrcode` to 0.8.0
* replaces `markdown` with [`marked`](https://github.com/chjj/marked) 0.3.2
* updates `modulejs` to 0.4.5
* replaces `underscore` with [`lodash`](https://github.com/lodash/lodash) 2.4.1
## v0.25.2 - *2014-07-01*

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -2,7 +2,7 @@
// other libs
// ----------
// @include "lib/modernizr-*.js"
// @include "lib/underscore-*.js"
// @include "lib/lodash-*.js"
// @include "lib/marked-*.js"
// @include "lib/modulejs-*.js"
// @include "lib/moment-*.js"