mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-31 21:44:06 +03:00
improve build, better defaults and improved body init
This commit is contained in:
@@ -8,6 +8,7 @@ export function each(source, callback) {
|
||||
}
|
||||
}
|
||||
else if (source) {
|
||||
// cant use support func keys here due to circular dep
|
||||
each(Object.keys(source), (key) => callback(source[key], key, source));
|
||||
}
|
||||
return source;
|
||||
|
||||
Reference in New Issue
Block a user