(element, defaultPath)
| 288 | } |
| 289 | |
| 290 | function findHtmlPath(element, defaultPath) { |
| 291 | var style = findStyle(element); |
| 292 | return style ? style.to : defaultPath; |
| 293 | } |
| 294 | |
| 295 | function findStyle(element) { |
| 296 | for (var i = 0; i < styleMap.length; i++) { |
no test coverage detected