UNPKG

firedoc

Version:

API Doc generator rewritten from [YUIDoc](https://github.com/yui/yuidoc). We use this tool to document a large JavaScript game engine [Fireball](http://github.com/fireball-x/fireball) at [docs-zh.fireball-x.com/api](http://docs-zh.fireball-x.com/api/) and

9 lines (6 loc) 220 B
/*global $:true*/ $(document).ready(function() { "use strict"; $('body').addClassWhenItemAboveViewport('index-offscreen', '.index', -100); $('.main-header').addClassWhenItemAboveViewport('compact', 'body', 20); });