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

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