mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Weird assignment fix
This commit is contained in:
parent
b137fe70dd
commit
9e6f77acd3
@ -67,7 +67,7 @@ Polymer.StyleExtends = (function() {
|
||||
if (target.parent !== source.parent) {
|
||||
this._cloneAndAddRuleToParent(source, target.parent);
|
||||
}
|
||||
target.extends = target.extends || (target.extends = []);
|
||||
target.extends = target.extends || [];
|
||||
target.extends.push(source);
|
||||
// TODO: this misses `%foo, .bar` as an unetended selector but
|
||||
// this seems rare and could possibly be unsupported.
|
||||
|
Loading…
Reference in New Issue
Block a user