MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / getSerializator

Function getSerializator

codebase/sources/dhtmlxscheduler.js:6200–6211  ·  view source on GitHub ↗
(scheduler2)

Source from the content-addressed store, hash-verified

6198 }, c_start: "BEGIN:VCALENDAR", e_start: "BEGIN:VEVENT", e_end: "END:VEVENT", c_end: "END:VCALENDAR" };
6199 }
6200 function getSerializator(scheduler2) {
6201 return (function() {
6202 var res = {};
6203 for (var a in this._events) {
6204 var ev = this._events[a];
6205 if (ev.id.toString().indexOf("#") == -1) {
6206 res[ev.id] = ev;
6207 }
6208 }
6209 return res;
6210 }).bind(scheduler2);
6211 }
6212 function extend$7(scheduler2) {
6213 scheduler2._loaded = {};
6214 scheduler2._load = function(url2, from) {

Callers 2

extend$7Function · 0.70
serializeFunction · 0.70

Calls 1

bindMethod · 0.65

Tested by

no test coverage detected