Searched refs:maxInnerWidth (Results 1 – 1 of 1) sorted by relevance
218 var maxInnerWidth = 0;221 if (innerWidth > maxInnerWidth) {222 maxInnerWidth = innerWidth; property225 … maxInnerWidth++; // sometimes not accurate of width the text needs to stay on one line. insurance226 els.width(maxInnerWidth);227 return maxInnerWidth;