Comparing version 3.4.1 to 3.4.2
@@ -20,3 +20,3 @@ // Generated by CoffeeScript 1.12.7 | ||
ns = Math.floor((clockTime % 1) * 1e9); | ||
if (prevTimestamp) { | ||
if (prevTime) { | ||
seconds = seconds - prevTime[0]; | ||
@@ -23,0 +23,0 @@ ns = ns - prevTime[1]; |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "3.4.1", | ||
"version": "3.4.2", | ||
"author": "Joel Edwards (https://github.com/joeledwards)", | ||
@@ -13,0 +13,0 @@ "contributors": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15750