UNPKG
leopold
Version:
latest (0.2.0)
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.3
0.1.2
0.1.1
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.1
Event-sourced state support
github.com/mnichols/leopold
mnichols/leopold
leopold
/
docs
/
js
/
index.min.js
1 lines
•
126 B
JavaScript
View Raw
1
$(
function
(
){
var
a=$(
window
);$(
".scrollspy .nav"
).
affix
({
offset
:{
top
:
function
(
){
return
a.
width
()<=
980
?
480
:
400
},
bottom
:
50
}})});