File tree Expand file tree Collapse file tree 3 files changed +292
-460
lines changed Expand file tree Collapse file tree 3 files changed +292
-460
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-fibonacci-heap' ;
@@ -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 45
45
"np" : " 7.0.0" ,
46
46
"nyc" : " 15.1.0" ,
47
47
"regenerator-runtime" : " 0.13.7" ,
48
- "xo" : " 0.35.0 "
48
+ "xo" : " 0.36.1 "
49
49
},
50
50
"files" : [
51
51
" lib"
You can’t perform that action at this time.
0 commit comments