Cleanup and rebuild docs and diet.

This commit is contained in:
John-David Dalton
2013-12-14 03:05:30 -08:00
parent 8b95216493
commit d2b97d8aea
7 changed files with 232 additions and 202 deletions

View File

@@ -485,7 +485,7 @@
stringProto = String.prototype;
/** Used to detect DOM support */
var document = context.window && context.window.document;
var document = (document = context.window) && document.document;
/** Used to restore the original `_` reference in `noConflict` */
var oldDash = context._;
@@ -6540,7 +6540,7 @@
* whitespace, and correctly escapes quotes within interpolated code.
*
* Note: In the development build, `_.template` utilizes sourceURLs for easier
* debugging. See [HTML5Rocks' article on sourcemaps](http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/#toc-sourceurl).
* debugging. See [HTML5 Rocks' article on sourcemaps](http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/#toc-sourceurl).
*
* For more information on precompiling templates see
* [Lo-Dash's custom builds documentation](http://lodash.com/custom-builds).