mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Remove extra space
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user