fix _update_styles
This commit is contained in:
parent
76b521e898
commit
5b86a44cef
1 changed files with 1 additions and 1 deletions
|
|
@ -465,7 +465,7 @@
|
|||
else if (typeof this._styles.deleteRule === 'function')
|
||||
f = this._styles.deleteRule;
|
||||
while (this._styles.rules.length) {
|
||||
f(0);
|
||||
f.call(this._styles, 0);
|
||||
}
|
||||
this._update_container_height();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue