diff options
Diffstat (limited to 'web/assets/js/model/outbound.js')
| -rw-r--r-- | web/assets/js/model/outbound.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/assets/js/model/outbound.js b/web/assets/js/model/outbound.js index 71c07713..4f8a8273 100644 --- a/web/assets/js/model/outbound.js +++ b/web/assets/js/model/outbound.js @@ -890,7 +890,11 @@ Outbound.FreedomSettings = class extends CommonClass { }; Outbound.FreedomSettings.Fragment = class extends CommonClass { - constructor(packets = '1-3', length = '', interval = '') { + constructor( + packets = '1-3', + length = '', + interval = '' + ) { super(); this.packets = packets; this.length = length; |
