Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function MyHammerConfig() {
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.overrides = /** @type {?} */ ({
pan: { direction: Hammer.DIRECTION_VERTICAL, threshold: 3 },
});
return _this;
}
return MyHammerConfig;
constructor() {
super(...arguments);
this.overrides = /** @type {?} */ ({
pan: { direction: Hammer$1.DIRECTION_VERTICAL, threshold: 3 },
});
}
}
function MyHammerConfig() {
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.overrides = /** @type {?} */ ({
pan: { direction: Hammer$1.DIRECTION_VERTICAL, threshold: 3 },
});
return _this;
}
return MyHammerConfig;
constructor() {
super(...arguments);
this.overrides = /** @type {?} */ ({
pan: { direction: Hammer.DIRECTION_VERTICAL, threshold: 3 },
});
}
}