Remove extra space

This commit is contained in:
Steven Orvell
2018-11-09 11:33:12 -08:00
parent cf30a8cc35
commit 82c9d17e23

View File

@@ -40,8 +40,6 @@ const excludeOnBehaviors = Object.assign({
observers: true,
}, excludeOnInfo);
function copyProperties(source, target, excludeProps) {
for (let p in source) {
// NOTE: cannot copy `excludeProps` methods onto prototype at least because