Skip to content

Commit

Permalink
var -> const in require statements, use arrow function in define requ…
Browse files Browse the repository at this point in the history
…ire call, phetsims/tasks#1010
  • Loading branch information
zepumph authored and marlitas committed Jun 28, 2022
1 parent de5d5a1 commit 27bf8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/NumberPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @author Chris Malley (PixelZoom, Inc.)
*/
define( function( require ) {
define( require => {
'use strict';

// modules
Expand Down

0 comments on commit 27bf8c1

Please sign in to comment.