不要怂,就是干,撸起袖子干!

Commit 04ba78e1 by Ilya Shaisultanov

Make a copy of lodash before modifying it.

1 parent e5dd1561
Showing with 1 additions and 1 deletions
......@@ -8,7 +8,7 @@ var util = require("util")
var Utils = module.exports = {
_: (function() {
var _ = lodash
var _ = lodash.cloneDeep(lodash)
, _s = _string
_.mixin(_s.exports())
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!