Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Nov 9, 2018
1 parent cf30a8c commit 82c9d17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/legacy/class.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82c9d17

Please sign in to comment.