Rebuild lodash and docs.

This commit is contained in:
jdalton
2015-02-01 20:57:48 -08:00
parent af8a8f1e3f
commit 919c5bd0b3
4 changed files with 388 additions and 329 deletions

View File

@@ -1,6 +1,6 @@
/**
* @license
* lodash 3.0.1 <https://lodash.com/>
* lodash 3.1.0 <https://lodash.com/>
* Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.7.0 <http://underscorejs.org/LICENSE>
* Copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
@@ -12,7 +12,7 @@
var undefined;
/** Used as the semantic version number. */
var VERSION = '3.0.1';
var VERSION = '3.1.0';
/** Used to compose bitmasks for wrapper metadata. */
var BIND_FLAG = 1,