Skip to content

Commit f83d69c

Browse files
committed
Fix Unexpected token error on UglifyJs
1 parent fb1f035 commit f83d69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ var isFunction = function(fn) {
33
}
44

55
module.exports = {
6-
isFunction
6+
isFunction: isFunction
77
}

0 commit comments

Comments
 (0)