Browser-storage: Fix startup constraints

The use of $tw.perf requires the "startup" startup module to be executed first.
optimising-macrocalls
jeremy@jermolene.com 2020-08-11 12:32:39 +01:00
rodzic 89c0c6157b
commit 7e964e9501
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -15,7 +15,7 @@ Startup initialisation
// Export name and synchronous status
exports.name = "browser-storage";
exports.platforms = ["browser"];
exports.after = ["load-modules"];
exports.after = ["startup"];
exports.synchronous = true;
var ENABLED_TITLE = "$:/config/BrowserStorage/Enabled",