()
| 30 | } |
| 31 | |
| 32 | function initSideBar() { |
| 33 | var sideBar = $("ul#sidebar-menu"); |
| 34 | for (var key in conf) { |
| 35 | sideBar.append(createSideBarMenuItem(key, conf[key], false)); |
| 36 | } |
| 37 | } |
| 38 | |
| 39 | |
| 40 | //侧边栏滚动支持 |
nothing calls this directly
no test coverage detected