From a910c0a468f0ea2e3a6ddf51b847c55fd67fe685 Mon Sep 17 00:00:00 2001 From: denz1994 Date: Wed, 19 Dec 2018 21:18:33 -0500 Subject: [PATCH] Added REVIEW https://github.com/phetsims/fractions-common/issues/29 --- js/building/model/NumberSpot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/building/model/NumberSpot.js b/js/building/model/NumberSpot.js index 8ba329f..991aa86 100644 --- a/js/building/model/NumberSpot.js +++ b/js/building/model/NumberSpot.js @@ -8,6 +8,7 @@ define( require => { 'use strict'; + //REVIEW: `const` instead of `var`? // modules var BooleanProperty = require( 'AXON/BooleanProperty' ); var fractionsCommon = require( 'FRACTIONS_COMMON/fractionsCommon' );