| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | /* |
||
| 56 | this.sandbox.once('husky.overlay.contact-selection.opened', function() { |
||
| 57 | this.sandbox.start([{ |
||
| 58 | name: 'articles/list/contact-selection/form@suluarticle', |
||
| 59 | options: { |
||
| 60 | el: $componentContainer, |
||
| 61 | data: this.options.data, |
||
| 62 | selectCallback: function(data) { |
||
| 63 | this.options.selectCallback(data); |
||
| 64 | this.sandbox.stop(); |
||
| 65 | }.bind(this) |
||
| 66 | } |
||
| 67 | }]); |
||
| 68 | }.bind(this)); |
||
| 69 | }, |
||
| 79 |