I removed the line above mooTools. The line of code appears to be in the moo:
javascript Code:
getElements: function(selector, nocash){
var items = [];
selector = selector.trim().split(' ');
for (var i = 0, j = selector.length; i < j; i++){
var sel = selector[i];
var param = sel.match($$.shared.regexp);
if (!param) break;
param[1] = param[1] || '*';
var temp = $$.shared[$$.shared.method].getParam(items, this, param, i);
if (!temp) break;
items = temp;
}
return $$.shared[$$.shared.method].getItems(items, this, nocash);
},
I added a slightly newer version of MooTools but I still get the same error.
Mootools http://mootools.net/download/version/1.1.2 Uncompressed with docs