Jonas Jenwald
a919959d83
Slightly simplify the Catalog._readMarkInfo
method
...
We don't need to first check if the Dictionary contains the key, since trying to get a non-existent key simply returns `undefined` and we're already ensuring that the value is a boolean.
Furthermore, we shouldn't need to worry about the `Object.prototype` containing enumerable properties since the checks (in `src/core/worker.js`) done for `Array.prototype` *indirectly* also cover `Object`s. (Keep in mind that an `Array` is just a special kind of `Object` in JavaScript.)
2022-04-05 16:37:51 +02:00
..
2021-11-27 11:32:32 -08:00
2021-03-13 16:12:53 +01:00
2022-04-01 10:28:04 +02:00
2020-10-03 20:15:29 +02:00
2021-07-04 15:23:56 +02:00
2021-07-04 15:23:56 +02:00
2021-05-01 19:20:36 +02:00
2021-11-03 20:31:57 +01:00
2021-07-28 19:10:42 +02:00
2022-04-05 16:37:51 +02:00
2022-02-21 12:44:56 +01:00
2021-12-07 13:57:25 +01:00
2021-06-07 11:10:11 -07:00
2021-07-04 12:57:45 +02:00
2021-01-09 20:37:51 +01:00
2021-11-24 19:19:43 +01:00
2022-01-25 09:59:34 +01:00
2022-02-26 16:33:41 +01:00
2022-02-21 12:45:00 +01:00
2022-02-19 15:33:42 +01:00
2022-02-21 12:45:00 +01:00
2022-04-03 20:38:12 +02:00
2021-07-26 16:42:50 +02:00
2021-04-28 10:16:51 +02:00
2021-04-01 16:47:30 +02:00
2022-04-03 20:38:12 +02:00
2021-01-09 20:37:51 +01:00
2022-03-27 14:34:56 +02:00
2022-02-21 12:44:56 +01:00
2021-05-19 11:36:03 +02:00
2022-01-18 22:06:23 +01:00
2021-06-07 11:10:11 -07:00
2022-03-03 14:22:45 +01:00
2022-04-05 16:01:01 +02:00
2022-01-18 22:06:23 +01:00
2021-02-27 12:46:57 +01:00
2021-07-28 19:10:42 +02:00
2022-03-18 14:27:34 +01:00
2022-02-21 12:45:00 +01:00
2022-02-21 12:44:56 +01:00
2021-08-10 11:27:47 +02:00
2022-02-21 12:44:56 +01:00
2021-11-14 10:48:50 +01:00
2021-04-28 13:44:47 +02:00
2022-02-26 13:05:23 +01:00
2021-07-28 19:10:42 +02:00
2021-04-28 10:16:51 +02:00
2021-02-17 13:12:01 +01:00
2022-01-30 15:53:31 +01:00
2022-02-26 16:33:41 +01:00
2021-07-28 19:10:42 +02:00
2022-02-21 12:44:56 +01:00
2022-02-17 13:51:36 +01:00
2021-05-02 21:00:28 +02:00
2021-08-06 00:39:42 +02:00
2022-03-20 10:59:13 +01:00
2022-02-17 13:51:36 +01:00
2021-11-20 12:20:55 +01:00
2022-02-21 12:44:56 +01:00
2022-03-18 14:27:34 +01:00
2021-07-24 13:05:46 +02:00
2021-04-28 10:16:51 +02:00
2021-07-28 19:10:42 +02:00
2021-09-23 01:11:57 +02:00
2021-04-28 13:44:45 +02:00
2022-02-26 16:33:41 +01:00
2021-05-02 21:00:29 +02:00
2021-05-03 13:57:30 +02:00
2022-01-17 18:55:22 +01:00
2022-01-25 09:59:34 +01:00
2021-04-24 13:00:19 +02:00
2022-03-16 13:25:41 +01:00
2022-03-29 18:59:44 +02:00
2021-07-28 19:10:42 +02:00
2022-04-01 10:28:04 +02:00
2021-12-03 11:57:38 +01:00