File tree Expand file tree Collapse file tree 4 files changed +2
-8
lines changed
Expand file tree Collapse file tree 4 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 66 },
77 "env" : {
88 "browser" : true ,
9+ "webextensions" : true ,
910 "node" : true ,
1011 "jest" : true
1112 }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const domUtil = require('./utils/domUtil');
99const storageUtil = require ( './utils/storageUtil' ) ;
1010const CommonEnum = require ( './enums/CommonEnum' ) ;
1111
12- ; ( function ( ) {
12+ ( function ( ) {
1313 window . enhancedGithub = {
1414 config : { }
1515 } ;
Original file line number Diff line number Diff line change @@ -49,9 +49,6 @@ let domUtil = {
4949
5050 elem . parentElement . insertAdjacentHTML ( 'beforeend' , html ) ;
5151 }
52-
53- return ;
54-
5552 } ,
5653 addRepoData : function ( ) {
5754 setTimeout ( ( ) => {
@@ -106,8 +103,6 @@ let domUtil = {
106103 apiUtil . getRepoContent ( function ( data ) {
107104 handlersUtil . onPathContentFetched ( data ) ;
108105 } ) ;
109-
110- return ;
111106 }
112107} ;
113108
Original file line number Diff line number Diff line change @@ -91,8 +91,6 @@ let handlersUtil = {
9191 }
9292 }
9393 } , 1000 ) ;
94-
95- return ;
9694 }
9795} ;
9896
You can’t perform that action at this time.
0 commit comments