| Conditions | 1 |
| Paths | 1 |
| Total Lines | 40 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | /* |
||
| 7 | (function($) {
|
||
|
|
|||
| 8 | |||
| 9 | skel.init({
|
||
| 10 | reset: 'full', |
||
| 11 | breakpoints: {
|
||
| 12 | 'global': { range: '*', href: '../../css/style.css' },
|
||
| 13 | 'desktop': { range: '737-', href: '../../css/style-desktop.css', containers: 1200, grid: { gutters: 25 } },
|
||
| 14 | '1000px': { range: '737-1200', href: '../../css/style-1000px.css', containers: 1000, grid: { gutters: 20 }, viewport: { width: 1080 } },
|
||
| 15 | 'mobile': { range: '-736', href: '../../css/style-mobile.css', containers: '100%!', grid: { collapse: true, gutters: 20 }, viewport: { scalable: false } }
|
||
| 16 | }, |
||
| 17 | plugins: {
|
||
| 18 | layers: {
|
||
| 19 | config: {
|
||
| 20 | mode: 'transform' |
||
| 21 | }, |
||
| 22 | navPanel: {
|
||
| 23 | hidden: true, |
||
| 24 | breakpoints: 'mobile', |
||
| 25 | position: 'top-left', |
||
| 26 | side: 'left', |
||
| 27 | animation: 'pushX', |
||
| 28 | width: '80%', |
||
| 29 | height: '100%', |
||
| 30 | clickToHide: true, |
||
| 31 | html: '<div data-action="navList" data-args="nav"></div>', |
||
| 32 | orientation: 'vertical' |
||
| 33 | }, |
||
| 34 | titleBar: {
|
||
| 35 | breakpoints: 'mobile', |
||
| 36 | position: 'top-left', |
||
| 37 | side: 'top', |
||
| 38 | height: 44, |
||
| 39 | width: '100%', |
||
| 40 | html: '<span class="toggle" data-action="toggleLayer" data-args="navPanel"></span><span class="title" data-action="copyHTML" data-args="logo"></span>' |
||
| 41 | } |
||
| 42 | } |
||
| 43 | } |
||
| 44 | }); |
||
| 45 | |||
| 46 | })(jQuery); |
This check looks for parameters in functions that are not used in the function body and are not followed by other parameters which are used inside the function.