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

Function f

codebase/sources/dhtmlxscheduler.js:4837–4841  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

4835 var d = scheduler2.date.date_to_str;
4836 var c = scheduler2.config;
4837 var f = function(a, b) {
4838 for (var c2 in b)
4839 if (!a[c2])
4840 a[c2] = b[c2];
4841 };
4842 f(scheduler2.templates, { day_date: d(c.default_date), month_date: d(c.month_date), week_date: function(d1, d2) {
4843 if (c.rtl) {
4844 return scheduler2.templates.day_date(scheduler2.date.add(d2, -1, "day")) + " – " + scheduler2.templates.day_date(d1);

Callers 1

extend$dFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected