()
| 140 | if(!scl) return dflt; |
| 141 | |
| 142 | function parseScale() { |
| 143 | try { |
| 144 | scl = scales[scl] || JSON.parse(scl); |
| 145 | } catch(e) { |
| 146 | scl = dflt; |
| 147 | } |
| 148 | } |
| 149 | |
| 150 | if(typeof scl === 'string') { |
| 151 | parseScale(); |
no outgoing calls
no test coverage detected
searching dependent graphs…