Comparing version 0.0.136 to 0.0.137
@@ -94,13 +94,13 @@ /* globals v */ | ||
, route.fold({ | ||
..._( () => v.Y(next) ) | ||
, | ||
...scrubs | ||
, Playing({ time }){ | ||
if( Number(time) >= total() ) { | ||
return v.Y(route.Playing({ time: 0 })) | ||
..._( () => v.Y(next) ) | ||
, | ||
...scrubs | ||
, Playing({ time }){ | ||
if( Number(time) >= total() ) { | ||
return v.Y(route.Playing({ time: 0 })) | ||
} | ||
return v.Y(next) | ||
} | ||
return v.Y(next) | ||
} | ||
, Paused: () => v.N('You cannot pause if you are stopped') | ||
, Stopped: () => v.N('Already stopped') | ||
, Paused: () => v.N('You cannot pause if you are stopped') | ||
, Stopped: () => v.N('Already stopped') | ||
}) | ||
@@ -107,0 +107,0 @@ ) |
{ | ||
"name": "attain", | ||
"version": "0.0.136", | ||
"version": "0.0.137", | ||
"description": "A library for modelling and accessing data.", | ||
@@ -5,0 +5,0 @@ "main": "dist/attain.min.js", |
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
795104