diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-17 11:36:05 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-17 11:36:05 +0300 |
| commit | 2950ce0c176872e69dc9190fd7ae02e39b1ca02f (patch) | |
| tree | eb44c02a3459479be44825773e70f7abaa02bbd0 /web/assets/js/model/outbound.js | |
| parent | 514c4909a409c51f4b51e761f00f72f830d86112 (diff) | |
freedom - default settings
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; |
