Skip to content

Commit

Permalink
TODO for missing doc phetsims/phet-info#91
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 18, 2019
1 parent c8ebd5d commit 96f7044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/merge.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ define( require => {
// modules
const phetCore = require( 'PHET_CORE/phetCore' );

//TODO phet-info#91 documentation, @param, @returns
function merge( obj ) {
_.each( Array.prototype.slice.call( arguments, 1 ), function( source ) {
if ( source ) {
Expand Down

0 comments on commit 96f7044

Please sign in to comment.