Rename Lo-Dash references to lodash. [ci skip]

This commit is contained in:
jdalton
2015-01-24 11:56:29 -08:00
parent 4c8f3bd392
commit 7bec7ba49d
13 changed files with 83 additions and 83 deletions

View File

@@ -21,7 +21,7 @@
/** Add `console.log()` support for Narwhal, Rhino, and RingoJS. */
var console = root.console || (root.console = { 'log': root.print });
/** The file path of the Lo-Dash file to test. */
/** The file path of the lodash file to test. */
var filePath = (function() {
var min = 0,
result = [];
@@ -67,7 +67,7 @@
'otherPath': 'underscore'
});
/** The Lo-Dash build basename. */
/** The lodash build basename. */
var buildName = root.buildName = basename(ui.buildPath, '.js');
/** The other library basename. */
@@ -96,7 +96,7 @@
? require
: (isJava && root.load) || noop;
/** Load Lo-Dash. */
/** Load lodash. */
var lodash = root.lodash || (root.lodash = (
lodash = load(filePath) || root._,
lodash = lodash._ || lodash,