Fix infinite loop when switching from the filter tab in the settings.

MAXIMUM
OVER
RUSTLE
This commit is contained in:
Nicolas Stepien 2013-04-16 06:18:52 +02:00
parent da6e7b6406
commit 8216e1f714
2 changed files with 4 additions and 1 deletions

View File

@ -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*
- Fix error with successful posting.

View File

@ -104,7 +104,8 @@ $.extend $,
rmAll: (root) ->
# jsperf.com/emptify-element
while node = root.firstChild
$.rm node
# HTMLSelectElement.remove !== Element.remove
root.removeChild node
return
tn: (s) ->
d.createTextNode s