This website requires JavaScript.
Explore
关于
Help
Register
Sign In
jinql
/
gentelella
mirror of
https://github.com/ColorlibHQ/gentelella
Watch
1
Star
0
Fork
You've already forked gentelella
0
Code
Issues
Releases
Wiki
Activity
c6d4823f1c
gentelella
/
vendors
/
update
/
lib
/
tasks
/
noop.js
8 lines
108 B
JavaScript
Raw
Blame
History
'use strict'
;
module
.
exports
=
function
(
app
,
base
,
env
)
{
return
function
(
cb
)
{
return
cb
(
)
;
}
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink