mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
Fixed build helper after code conversion mishap
This commit is contained in:
parent
f164da5619
commit
084a48378f
@ -18,11 +18,9 @@ function _getHandler(name) {
|
||||
|
||||
function notEmpty(o) {
|
||||
if (Array.isArray(o) === true) {
|
||||
module.exports = o.length !== 0;
|
||||
return;
|
||||
return o.length !== 0;
|
||||
}
|
||||
module.exports = o;
|
||||
return;
|
||||
return o;
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user