drop firefox 3.6 support
firefox 5 is out, and even with this line I couldn't get 4chan x working in fx 3.6
This commit is contained in:
parent
1098308383
commit
11a91663d8
@ -479,9 +479,6 @@
|
|||||||
return _results;
|
return _results;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
if (!d.head) {
|
|
||||||
d.head = $('head', d);
|
|
||||||
}
|
|
||||||
$$ = function(selector, root) {
|
$$ = function(selector, root) {
|
||||||
if (root == null) {
|
if (root == null) {
|
||||||
root = d.body;
|
root = d.body;
|
||||||
|
|||||||
@ -330,9 +330,6 @@ if not Object.keys
|
|||||||
Object.keys = (o) ->
|
Object.keys = (o) ->
|
||||||
key for key in o
|
key for key in o
|
||||||
|
|
||||||
# upgrade your firefox god damn it!
|
|
||||||
if not d.head then d.head = $('head', d)
|
|
||||||
|
|
||||||
$$ = (selector, root=d.body) ->
|
$$ = (selector, root=d.body) ->
|
||||||
Array::slice.call root.querySelectorAll selector
|
Array::slice.call root.querySelectorAll selector
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user