From 82c9d17e2323e393e42c6865bee979382bfa9edb Mon Sep 17 00:00:00 2001 From: Steven Orvell Date: Fri, 9 Nov 2018 11:33:12 -0800 Subject: [PATCH] Remove extra space --- lib/legacy/class.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/legacy/class.js b/lib/legacy/class.js index 6c4fcc7fed..49a551c3e9 100644 --- a/lib/legacy/class.js +++ b/lib/legacy/class.js @@ -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