(v)
| 2735 | floor = Math.floor; |
| 2736 | |
| 2737 | var noRound = function noRound(v) { |
| 2738 | return v; |
| 2739 | }; |
| 2740 | |
| 2741 | var referenceWidth = round(reference.width); |
| 2742 | var popperWidth = round(popper.width); |
nothing calls this directly
no outgoing calls
no test coverage detected