Newline nit in _.assign doc. [ci skip]

This commit is contained in:
jdalton
2015-04-20 00:35:41 -07:00
parent 85a7df3d27
commit 5929f7d23b

View File

@@ -9307,7 +9307,6 @@
* **Note:** This method mutates `object` and is based on
* [`Object.assign`](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-object.assign).
*
*
* @static
* @memberOf _
* @alias extend