| @@ -1,4 +1,5 @@ | ||
| 1 | +(function() { | |
| 1 | 2 | "use strict"; |
| 2 | 3 | var wp; |
| 3 | 4 | (wp ||= {}).priorityQueue = (() => { |
| 4 | 5 | var __create = Object.create; |
| @@ -290,6 +291,8 @@ | ||
| 290 | 291 | reset |
| 291 | 292 | }; |
| 292 | 293 | }; |
| 293 | 294 | return __toCommonJS(index_exports); |
| 295 | +})(); | |
| 296 | +(window.wp ||= {}).priorityQueue = wp.priorityQueue; | |
| 294 | 297 | })(); |
| 295 | 298 | //# sourceMappingURL=index.js.map |