Sha256: ba03a031a50224d24e590f5c77b827e5fb6ae6047444edb9cf423bd603701d1c
Contents?: true
Size: 167 Bytes
Versions: 5
Compression:
Stored size: 167 Bytes
Contents
// header waterfall $(function () { 'use strict'; $('.header-waterfall').each(function () { $(this).affix({ offset: { top: 1 } }); }); });
Version data entries
5 entries across 5 versions & 1 rubygems