(string)
| 6461 | }); |
| 6462 | var dropdownData = null; |
| 6463 | function trim(string) { |
| 6464 | if (typeof string.trim === 'function') { |
| 6465 | return string.trim(); |
| 6466 | } else { |
| 6467 | return string.replace(/^\s+|\s+$/g, ''); |
| 6468 | } |
| 6469 | } |
| 6470 | function addEvent(elem, type, fn) { |
| 6471 | elem.addEventListener(type, fn, false); |
| 6472 | } |
no outgoing calls
no test coverage detected