Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "easey", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Easing for Modest Maps", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -216,2 +216,7 @@ ;(function(context, MM) { | ||
easey.optimal = function(V, rho, callback) { | ||
if (running) return easey.stop(function() { | ||
easey.optimal(V, rho, callback); | ||
}); | ||
// Section 6 describes user testing of these tunable values | ||
@@ -218,0 +223,0 @@ V = V || 0.9; |
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
465932
10083