| Conditions | 1 |
| Paths | 1 |
| Total Lines | 14 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | /* |
||
| 58 | this.sandbox.once('husky.overlay.category-selection.opened', function() { |
||
| 59 | this.sandbox.start([{ |
||
| 60 | name: 'articles/list/category-selection/form@suluarticle', |
||
| 61 | options: { |
||
| 62 | el: $componentContainer, |
||
| 63 | locale: this.options.locale, |
||
| 64 | data: this.options.data, |
||
| 65 | selectCallback: function(data) { |
||
| 66 | this.options.selectCallback(data); |
||
| 67 | this.sandbox.stop(); |
||
| 68 | }.bind(this) |
||
| 69 | } |
||
| 70 | }]); |
||
| 71 | }.bind(this)); |
||
| 72 | }, |
||
| 82 |
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.