Skip to content

Commit

Permalink
Remove stale comment, see #303
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 11, 2019
1 parent 3b4141e commit e30b165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/TemporalMask.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ define( require => {
*/
matches( i, j, time ) {

// search back through time to see if the source contributed to the value at (i,j) at the current time
// search to see if the source contributed to the value at (i,j) at the current time
for ( let k = 0; k < this.deltas.length; k++ ) {
const delta = this.deltas[ k ];
if ( delta.on ) {
Expand Down

0 comments on commit e30b165

Please sign in to comment.