You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to instantiate Hammer...
// Get a reference to an element
var square = document.querySelector('.cite');
// Create a manager to manager the element
var manager = new Hammer.Manager(square);
Getting this error:
TypeError: Cannot read property 'Manager' of undefined
Trying to instantiate Hammer...
// Get a reference to an element
var square = document.querySelector('.cite');
// Create a manager to manager the element
var manager = new Hammer.Manager(square);
Getting this error:
TypeError: Cannot read property 'Manager' of undefined
Found this thread that argues there is a "Hammer" name collision in Meteor... any workarounds?
https://stackoverflow.com/questions/28526338/meteor-with-hammerhammer-package-the-hammer-variable-exists-but-is-undefined
The text was updated successfully, but these errors were encountered: