Changeset 0.28.3 (#187)
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
//
|
||||
// Load order: events.js → extensions.js → [ext scripts] → api.js → app.js
|
||||
// ==========================================
|
||||
//
|
||||
// Exports: window.Extensions
|
||||
|
||||
(function() {
|
||||
'use strict';
|
||||
|
||||
const Extensions = {
|
||||
|
||||
@@ -481,3 +486,7 @@ const Extensions = {
|
||||
return { extensions: exts, rendererCount: this._renderers.length };
|
||||
},
|
||||
};
|
||||
|
||||
// ── Exports ─────────────────────────────────
|
||||
window.Extensions = Extensions;
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user