Skip to content

Commit

Permalink
Update headroom.d.ts (DefinitelyTyped#11313)
Browse files Browse the repository at this point in the history
notBottom  missing from definition
  • Loading branch information
Simon Douglas authored and mhegazy committed Oct 3, 2016
1 parent 1777b9f commit 011a039
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Headroom/headroom.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ interface HeadroomOptions {
tolerance?: any;
classes?: {
initial?: string;
notBottom?:string;
notTop?: string;
pinned?: string;
unpinned?: string;
top?: string;
notTop?: string;
unpinned?: string;
};
scroller?: Element;
onPin?: () => void;
Expand Down

0 comments on commit 011a039

Please sign in to comment.