Closed Elijen closed 8 years ago
timing.hasOwnProperty(k) always returns false. This made impossible to print full data output (#20, #14).
timing.hasOwnProperty(k)
false
Checking if the value is numeric should be good enough. isNumeric implementation is "inspired" by: http://stackoverflow.com/questions/18082/validate-decimal-numbers-in-javascript-isnumeric
timing.hasOwnProperty(k)
always returnsfalse
. This made impossible to print full data output (#20, #14).Checking if the value is numeric should be good enough. isNumeric implementation is "inspired" by: http://stackoverflow.com/questions/18082/validate-decimal-numbers-in-javascript-isnumeric