* @param {!Element} element * @return {Resource}
(element)
| 93 | * @return {Resource} |
| 94 | */ |
| 95 | static forElementOptional(element) { |
| 96 | return /** @type {Resource} */ (element[RESOURCE_PROP_]); |
| 97 | } |
| 98 | |
| 99 | /** |
| 100 | * Assigns an owner for the specified element. This means that the resources |
no outgoing calls
no test coverage detected