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

Function xa

codebase/dhtmlxscheduler.es.js:6014–6018  ·  view source on GitHub ↗
(e, i)

Source from the content-addressed store, hash-verified

6012 return e ? "DTSTART" + new Ne(new Date(e), i).toString() : "";
6013}
6014function xa(e, i) {
6015 return Array.isArray(e) ? !!Array.isArray(i) && e.length === i.length && e.every(function(t, n) {
6016 return t.getTime() === i[n].getTime();
6017 }) : e instanceof Date ? i instanceof Date && e.getTime() === i.getTime() : e === i;
6018}
6019var wa = function() {
6020 function e() {
6021 this.all = !1, this.before = [], this.after = [], this.between = [];

Callers 1

aFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected