MCPcopy
hub / github.com/microsoft/PromptWizard / Swipe

Function Swipe

docs/static/js/bulma-carousel.js:1812–1824  ·  view source on GitHub ↗
(slider)

Source from the content-addressed store, hash-verified

1810
1811var Swipe = function () {
1812 function Swipe(slider) {
1813 _classCallCheck(this, Swipe);
1814
1815 this.slider = slider;
1816
1817 this._supportsPassive = Object(__WEBPACK_IMPORTED_MODULE_1__utils_detect_supportsPassive__["a" /* default */])();
1818
1819 this.onStartDrag = this.onStartDrag.bind(this);
1820 this.onMoveDrag = this.onMoveDrag.bind(this);
1821 this.onStopDrag = this.onStopDrag.bind(this);
1822
1823 this._init();
1824 }
1825
1826 _createClass(Swipe, [{
1827 key: '_init',

Callers

nothing calls this directly

Calls 1

_classCallCheckFunction · 0.70

Tested by

no test coverage detected