mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-13 20:37:48 +00:00
Minor comment nit. [ci skip]
This commit is contained in:
@@ -149,7 +149,7 @@
|
|||||||
reWrapDetails = /\{\n\/\* \[wrapped with (.+)\] \*/,
|
reWrapDetails = /\{\n\/\* \[wrapped with (.+)\] \*/,
|
||||||
reSplitDetails = /,? & /;
|
reSplitDetails = /,? & /;
|
||||||
|
|
||||||
/** Used to match non-compound words composed of alphanumeric characters. */
|
/** Used to match words composed of alphanumeric characters. */
|
||||||
var reAsciiWord = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
|
var reAsciiWord = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
|
||||||
|
|
||||||
/** Used to match backslashes in property paths. */
|
/** Used to match backslashes in property paths. */
|
||||||
|
|||||||
Reference in New Issue
Block a user