Skip to content

Commit

Permalink
Added "please use Util.sign" to error report, see phetsims/circuit-co…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 4, 2017
1 parent fe1b380 commit 96ec751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint/rules/no-math-sign.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function( context ) {
context.report( {
node: node,
loc: node.loc.start,
message: 'Math.sign is not supported on IE'
message: 'Math.sign is not supported on IE, please use DOT/Util.sign'
} );
}
}
Expand Down

0 comments on commit 96ec751

Please sign in to comment.