Home
last modified time | relevance | path

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

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js218 var maxInnerWidth = 0;
221 if (innerWidth > maxInnerWidth) {
222 maxInnerWidth = innerWidth; property
225maxInnerWidth++; // sometimes not accurate of width the text needs to stay on one line. insurance
226 els.width(maxInnerWidth);
227 return maxInnerWidth;