@@ -23,36 +23,34 @@
/* global */
-if (!this.singlefile) {
- this.singlefile = {
- extension: {
- core: {
- bg: {},
- content: {}
- },
- ui: {
- }
+this.singlefile = this.singlefile || {
+ extension: {
+ core: {
+ bg: {},
+ content: {}
},
- lib: {
- fetch: {
- frameTree: {
- hooks: {
- lazy: {
- vendor: {},
- modules: {}
+ ui: {
}
- };
-}
+ },
+ lib: {
+ fetch: {
+ frameTree: {
+ hooks: {
+ lazy: {
+ vendor: {},
+ modules: {}
+ }
+};