Skip to content

Commit

Permalink
update TODO pointers, #128
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 9, 2023
1 parent 270e0e9 commit be5005c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/merge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function merge( target: IntentionalAny, ...sources: IntentionalAny[] ): Intentio
}

/**
* TODO: can we remove assertIsMergeable? https://github.com/phetsims/chipper/issues/1128
* TODO: can we remove assertIsMergeable? https://github.com/phetsims/phet-core/issues/128
* Asserts that the object is compatible with merge. That is, it's a POJSO.
* This function must be called like: assert && assertIsMergeable( arg );
*/
Expand Down
2 changes: 1 addition & 1 deletion js/optionize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* This pattern is still being solidified. Although the long term location of PhET's options pattern documentation
* can be found at https://github.com/phetsims/phet-info/blob/master/doc/phet-software-design-patterns.md#options-and-config,
* that document is currently out of date. Please see https://github.com/phetsims/chipper/issues/1128 for current
* that document is currently out of date. Please see https://github.com/phetsims/phet-core/issues/128 for current
* progress on this pattern.
*
* @author Sam Reid (PhET Interactive Simulations)
Expand Down

0 comments on commit be5005c

Please sign in to comment.