| Index: tracing/tracing/value/numeric.html
|
| diff --git a/tracing/tracing/value/numeric.html b/tracing/tracing/value/numeric.html
|
| index 652a4cc9ef24bd68790c7cca6c8354ad5782106a..1b9df822bc9596652b2f445ab90d5679832a2f12 100644
|
| --- a/tracing/tracing/value/numeric.html
|
| +++ b/tracing/tracing/value/numeric.html
|
| @@ -42,7 +42,7 @@ tr.exportTo('tr.v', function() {
|
| if (!(unit instanceof tr.b.Unit))
|
| throw new Error('Expected Unit');
|
|
|
| - if (!(typeof(value) == 'number'))
|
| + if (!(typeof(value) === 'number'))
|
| throw new Error('Expected value to be number');
|
|
|
| super(unit);
|
|
|