MCPcopy
hub / github.com/zxlie/FeHelper / finish

Function finish

apps/popup/theme-boot.js:49–53  ·  view source on GitHub ↗
(settings)

Source from the content-addressed store, hash-verified

47 }
48
49 function finish(settings) {
50 settings = settings || {};
51 applyTheme(settings);
52 root.removeAttribute(pendingAttr);
53 }
54
55 var localSettings = {};
56 localSettings[autoKey] = getLocalSetting(autoKey);

Callers 2

theme-boot.jsFile · 0.70
resolveFunction · 0.70

Calls 1

applyThemeFunction · 0.70

Tested by

no test coverage detected