| Index: tracing/tracing/value/value.html
|
| diff --git a/tracing/tracing/value/value.html b/tracing/tracing/value/value.html
|
| index e592ba5e9e7be8524aaa7be53b718d3350668b41..56373a7fab6566ab7281425dcb7c888889111ccb 100644
|
| --- a/tracing/tracing/value/value.html
|
| +++ b/tracing/tracing/value/value.html
|
| @@ -94,8 +94,6 @@ tr.exportTo('tr.v', function() {
|
| }
|
|
|
| NumericValue.fromDict = function(d) {
|
| - if (d.units !== undefined)
|
| - throw new Error('Expected units to be undefined');
|
| if (d.numeric === undefined)
|
| throw new Error('Expected numeric to be provided');
|
| var numeric = tr.v.Numeric.fromDict(d.numeric);
|
|
|