MCPcopy Create free account
hub / github.com/codecombat/codecombat / top

Method top

app/views/AboutView.js:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected