()
| 65 | this.$('#fixed-nav').affix({ |
| 66 | offset: { |
| 67 | top () { |
| 68 | return $('#nav-container').offset().top |
| 69 | } |
| 70 | } |
| 71 | }) |
| 72 | // TODO: Maybe cache top value between page resizes to save CPU |
nothing calls this directly
no outgoing calls
no test coverage detected