add initial marp implementation with sample content and build configuration
This commit is contained in:
10
node_modules/mj-context-menu/js/touch_navigatable.js
generated
vendored
Normal file
10
node_modules/mj-context-menu/js/touch_navigatable.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.TOUCH = void 0;
|
||||
exports.TOUCH = {
|
||||
START: 'touchstart',
|
||||
MOVE: 'touchmove',
|
||||
END: 'touchend',
|
||||
CANCEL: 'touchcancel'
|
||||
};
|
||||
//# sourceMappingURL=touch_navigatable.js.map
|
||||
Reference in New Issue
Block a user