()
| 471 | }, NativeScrollbars.prototype); |
| 472 | |
| 473 | function NullScrollbars() {} |
| 474 | |
| 475 | NullScrollbars.prototype = copyObj({ |
| 476 | update: function() { return {bottom: 0, right: 0}; }, |
nothing calls this directly
no outgoing calls
no test coverage detected