MCPcopy
hub / github.com/Serhioromano/bootstrap-calendar / warn

Function warn

js/calendar.js:383–387  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

381 getHolidays.cache = {};
382
383 function warn(message) {
384 if($.type(window.console) == 'object' && $.type(window.console.warn) == 'function') {
385 window.console.warn('[Bootstrap-Calendar] ' + message);
386 }
387 }
388
389 function Calendar(params, context) {
390 this.options = $.extend(true, {position: {start: new Date(), end: new Date()}}, defaults, params);

Callers 2

getHolidaysFunction · 0.85
calendar.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected