Fix infinite loop when switching from the filter tab in the settings.
MAXIMUM OVER RUSTLE
This commit is contained in:
parent
da6e7b6406
commit
8216e1f714
@ -1,3 +1,5 @@
|
|||||||
|
- Fix Chrome freezing when switching from the `Filter` tab to another tab in the settings.
|
||||||
|
|
||||||
### 3.1.2 - *2013-04-16*
|
### 3.1.2 - *2013-04-16*
|
||||||
|
|
||||||
- Fix error with successful posting.
|
- Fix error with successful posting.
|
||||||
|
|||||||
@ -104,7 +104,8 @@ $.extend $,
|
|||||||
rmAll: (root) ->
|
rmAll: (root) ->
|
||||||
# jsperf.com/emptify-element
|
# jsperf.com/emptify-element
|
||||||
while node = root.firstChild
|
while node = root.firstChild
|
||||||
$.rm node
|
# HTMLSelectElement.remove !== Element.remove
|
||||||
|
root.removeChild node
|
||||||
return
|
return
|
||||||
tn: (s) ->
|
tn: (s) ->
|
||||||
d.createTextNode s
|
d.createTextNode s
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user