Skip to content

Commit

Permalink
break lines longer than 120
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 18, 2019
1 parent 06d97e7 commit c8ebd5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/merge.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Copyright 2019, University of Colorado Boulder

/**
* Like LoDash's _.merge, this will recursively merge nested options objects provided that the keys end in 'Options' (case sensitive)
* and they are pure objects. That is, they must be defined by `... = { ... }` or `someProp: { ... }`; arrays, functions, and inherited
* types will all throw assertion errors.
* Like LoDash's _.merge, this will recursively merge nested options objects provided that the keys end in 'Options'
* (case sensitive) and they are pure objects. That is, they must be defined by `... = { ... }` or `someProp: { ... }`;
* arrays, functions, and inherited types will all throw assertion errors.
* @param {Object} target
* @param {Object} ...sources
* @returns {Object}
Expand Down

0 comments on commit c8ebd5d

Please sign in to comment.