()
| 335 | } |
| 336 | |
| 337 | function checkWidthMode() { |
| 338 | widthCalcMode = checkCalcMode(widthCalcMode,widthCalcModeDefault,getWidth,'width'); |
| 339 | } |
| 340 | |
| 341 | function startEventListeners() { |
| 342 | if ( true === autoResize ) { |
no test coverage detected
searching dependent graphs…