()
| 491 | }, NativeScrollbars.prototype); |
| 492 | |
| 493 | function NullScrollbars() {} |
| 494 | |
| 495 | NullScrollbars.prototype = copyObj({ |
| 496 | update: function() { return {bottom: 0, right: 0}; }, |
nothing calls this directly
no outgoing calls
no test coverage detected