Skip to content

Commit

Permalink
Added REVIEW comments #29
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed Dec 21, 2018
1 parent adeeeda commit 95ae2ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/building/model/Animator.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ define( require => {
constructor( config ) {

// REVIEW: Should "config" be named "options"? This may just be a matter of preference.
// REVIEW: (Review amendment) I see we are using the config pattern here, not too sure of the difference from options.
config = _.extend( {

// {Property.<Vector2>}
Expand Down
1 change: 1 addition & 0 deletions js/fractions-common-tests.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright 2018, University of Colorado Boulder

// REVIEW: Author notation is different from other files. Was this intentional?
/**
* Unit tests. Please run once in phet brand.
*
Expand Down
1 change: 1 addition & 0 deletions js/fractionsCommon.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
define( require => {
'use strict';

// REVIEW: 'const' instead of 'var'
// modules
var Namespace = require( 'PHET_CORE/Namespace' );

Expand Down

0 comments on commit 95ae2ea

Please sign in to comment.