Package Exports
- jquery-hammerjs
- jquery-hammerjs/jquery.hammer
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jquery-hammerjs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
jquery.hammer.js
This jQuery plugin is just a small wrapper around the Hammer()
class.
It also extends the Manager.emit
method by triggering jQuery events.
$(element).hammer(options).bind("pan", myPanHandler);
The Hammer instance is stored at $element.data("hammer")
.