(string)
| 11076 | } |
| 11077 | |
| 11078 | function trim(string) { |
| 11079 | return string.replace(/^\s+/,'').replace(/\s+$/,''); |
| 11080 | } |
| 11081 | |
| 11082 | function appendToLookupTable(table, array) { |
| 11083 | for(var i=0,l=array.length;i<l;++i) { |
no outgoing calls
no test coverage detected