minor change
This commit is contained in:
parent
d14abf96fc
commit
fa1b2346ef
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ Ox.toArray = function(collection) {
|
|||
return Ox.slice(collection);
|
||||
};
|
||||
try {
|
||||
Array.prototype.slice.call(document.getElementsByTagName('head'));
|
||||
Array.prototype.slice.call(document.getElementsByTagName('a'));
|
||||
} catch (error) {
|
||||
// Handle MSIE NodeLists
|
||||
Ox.toArray = function(collection) {
|
||||
|
|
Loading…
Reference in a new issue