Skip to content

Commit

Permalink
assert => assert && assert fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Jan 13, 2018
1 parent d3832da commit 47434e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/AreaModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ define( function( require ) {
*/
function AreaModel( areas, defaultArea, allowExponents, isProportional, hideProducts ) {

assert( typeof hideProducts === 'boolean' );
assert && assert( typeof hideProducts === 'boolean' );

var self = this;

Expand Down

0 comments on commit 47434e1

Please sign in to comment.