Remove rogue newline in initCloneByTag doc block. [ci skip]

This commit is contained in:
jdalton
2015-04-03 02:12:14 -05:00
parent 2dd77d5bc7
commit e3dc8dfcf4

View File

@@ -4170,7 +4170,6 @@
* **Note:** This function only supports cloning values with tags of
* `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.
*
*
* @private
* @param {Object} object The object to clone.
* @param {string} tag The `toStringTag` of the object to clone.