(customLoader)
| 121990 | } |
| 121991 | (0, _vegaUtil.inherits)(GroupItem, Item); |
| 121992 | function ResourceLoader(customLoader) { |
| 121993 | this._pending = 0; |
| 121994 | this._loader = customLoader || (0, _vegaLoader.loader)(); |
| 121995 | } |
| 121996 | function increment(loader) { |
| 121997 | loader._pending += 1; |
| 121998 | } |
nothing calls this directly
no outgoing calls
no test coverage detected