Home
last modified time | relevance | path

Searched refs:GlobalEmitter (Results 1 – 1 of 1) sorted by relevance

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js2461 var GlobalEmitter = /** @class */ (function () {
2462 function GlobalEmitter() {
2467 GlobalEmitter.get = function () {
2469 globalEmitter = new GlobalEmitter();
2475 GlobalEmitter.needed = function () {
2476 GlobalEmitter.get(); // ensures globalEmitter field
2480 GlobalEmitter.unneeded = function () {
2487 GlobalEmitter.prototype.bind = function () {
2515 GlobalEmitter.prototype.unbind = function () {
2524 GlobalEmitter.prototype.handleTouchStart = function (ev) {
[all …]