File tree 3 files changed +421
-721
lines changed 3 files changed +421
-721
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const domReady = function (callback) {
7
7
}
8
8
} ;
9
9
10
- domReady ( function ( ) {
10
+ domReady ( ( ) => {
11
11
const projectname = document . createElement ( 'a' ) ;
12
12
projectname . classList . add ( 'project-name' ) ;
13
13
projectname . text = 'aureooms/js-knapsack' ;
@@ -24,7 +24,7 @@ domReady(function () {
24
24
const input = document . querySelector ( '.search-input' ) ;
25
25
26
26
// Active search box when focus on searchBox.
27
- input . addEventListener ( 'focus' , function ( ) {
27
+ input . addEventListener ( 'focus' , ( ) => {
28
28
searchBox . classList . add ( 'active' ) ;
29
29
} ) ;
30
30
} ) ;
Original file line number Diff line number Diff line change 99
99
"nyc" : " 15.1.0" ,
100
100
"power-assert" : " 1.6.1" ,
101
101
"regenerator-runtime" : " 0.13.7" ,
102
- "xo" : " 0.35.0 "
102
+ "xo" : " 0.36.1 "
103
103
},
104
104
"files" : [
105
105
" lib"
You can’t perform that action at this time.
0 commit comments