(tagName)
| 41 | * @return {boolean} |
| 42 | */ |
| 43 | export function hasNaturalDimensions(tagName) { |
| 44 | tagName = tagName.toUpperCase(); |
| 45 | return naturalDimensions_[tagName] !== undefined; |
| 46 | } |
| 47 | |
| 48 | /** |
| 49 | * Determines the default dimensions for an element which could vary across |
no outgoing calls
no test coverage detected