Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 11, 2019
2 parents dfee7f3 + 6425171 commit 3ae24f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/merge.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2019, University of Colorado Boulder

/**
* Like LoDash's _.merge, this will recursively merge nested options objects provided that the keys end in 'Options'
* Like Lodash's _.merge, this will recursively merge nested options objects provided that the keys end in 'Options'
* (case sensitive) and they are pure object literals.
* That is, they must be defined by `... = { ... }` or `somePropOptions: { ... }`.
* Non object literals (arrays, functions, and inherited types) will all throw assertion errors if passed in as an arg
Expand Down

0 comments on commit 3ae24f4

Please sign in to comment.