This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -791,16 +791,16 @@ function arrayRemove(array, value) {
791
791
* * If `source` is not an object or array (inc. `null` and `undefined`), `source` is returned.
792
792
* * If `source` is identical to `destination` an exception will be thrown.
793
793
*
794
- * <br / >
794
+ * <p><!-- Using a `br` tag messes up the formatting due a doc-gen bug. --></p >
795
795
* <div class="alert alert-warning">
796
796
* Only enumerable properties are taken into account. Non-enumerable properties (both on `source`
797
797
* and on `destination`) will be ignored.
798
798
* </div>
799
799
*
800
- * @param {* } source The source that will be used to make a copy.
801
- * Can be any type, including primitives, `null`, and `undefined`.
802
- * @param {(Object|Array)= } destination Destination into which the source is copied. If
803
- * provided, must be of the same type as `source`.
800
+ * @param {* } source The source that will be used to make a copy. Can be any type, including
801
+ * primitives, `null`, and `undefined`.
802
+ * @param {(Object|Array)= } destination Destination into which the source is copied. If provided,
803
+ * must be of the same type as `source`.
804
804
* @returns {* } The copy or updated `destination`, if `destination` was specified.
805
805
*
806
806
* @example
You can’t perform that action at this time.
0 commit comments