Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "easey", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Easing for Modest Maps", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -189,3 +189,2 @@ ;(function(context, MM) { | ||
pos.duration = time; | ||
onHold(pos); | ||
} else { | ||
@@ -223,3 +222,3 @@ // close in both time and space: a tap | ||
touchStartMachine); | ||
panner = panning(0.10); | ||
panner = panning(map, 0.10); | ||
}; | ||
@@ -373,3 +372,3 @@ | ||
MM.addEvent(map.parent, 'mousedown', mouseDown); | ||
panner = panning(); | ||
panner = panning(map); | ||
}; | ||
@@ -388,3 +387,3 @@ | ||
function panning(drag) { | ||
function panning(map, drag) { | ||
@@ -391,0 +390,0 @@ var p = {}; |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
465688
0
10080