This website requires JavaScript.
Explore
Help
Sign In
lianglianglee
/
hexo-theme-keep
mirror of
https://github.com/liangliangle/hexo-theme-keep.git
Watch
1
Star
0
Fork
You've already forked hexo-theme-keep
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
44d28e6ab3
hexo-theme-keep
/
source
/
js
/
utils.js
5 lines
91 B
JavaScript
Raw
Blame
History
export
const
addClass
=
(
element
,
className
)
=>
{
element
.
classList
.
add
(
className
)
}
;
Reference in New Issue
View Git Blame
Copy Permalink