()
| 45105 | * cache should provide a little bit of relief. |
| 45106 | */ var DropdownSizePosCache = /** @class */ function() { |
| 45107 | function DropdownSizePosCache1() { |
| 45108 | this._size = 0; |
| 45109 | } |
| 45110 | /** |
| 45111 | * Invalidates the cache and recalculate the size of selectable options. |
| 45112 | */ DropdownSizePosCache1.prototype.updateOptions = function(options) { |
nothing calls this directly
no outgoing calls
no test coverage detected