Update comments.

This commit is contained in:
John-David Dalton
2012-12-04 09:23:39 -08:00
parent 261409117c
commit 335f7c42c3
3 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -326,7 +326,8 @@
// with a single line comment
return window.eval('(function(' + args + ') {' + body + '\n})');
}
// use script injection if Firefox's script engine is detected
// use `eval` to avoid Firefox's unoptimized `Function` constructor
// http://bugzil.la/804933
if (isIeOpera || isV8 || !isFirefox) {
createFunction = Function;
}
@@ -946,7 +947,7 @@
* also be cloned, otherwise they will be assigned by reference. Functions and
* DOM nodes are **not** cloned. The enumerable properties of `arguments` objects
* and objects created by constructors other than `Object` are cloned to plain
* Object objects.
* `Object` objects.
*
* Note: Lo-Dash's deep clone functionality is loosely based on the structured clone algorithm.
* See http://www.w3.org/TR/html5/common-dom-interfaces.html#internal-structured-cloning-algorithm.
@@ -725,7 +725,7 @@
* also be cloned, otherwise they will be assigned by reference. Functions and
* DOM nodes are **not** cloned. The enumerable properties of `arguments` objects
* and objects created by constructors other than `Object` are cloned to plain
* Object objects.
* `Object` objects.
*
* Note: Lo-Dash's deep clone functionality is loosely based on the structured clone algorithm.
* See http://www.w3.org/TR/html5/common-dom-interfaces.html#internal-structured-cloning-algorithm.
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "lodash.js",
"version": "1.0.0-rc.1",
"filename": "lodash.min.js",
"description": "A utility library, usable as a drop-in replacement for Underscore.js, delivering performance, bug fixes, and additional features.",
"description": "A utility library, usable as a drop-in replacement for Underscore, delivering performance, bug fixes, and additional features.",
"homepage": "http://lodash.com",
"main": "lodash",
"keywords": [