Если я попытаюсь вставить элемент внизу другого
var div = new Element('div', { id: 'thediv' }).inject(anotherdiv, 'bottom');
Я получу
SCRIPT5007: Unable to get value of the property 'appendChild': object is null or undefined
mootools-core-1.3.2-full-compat.js, line 3437 character 3
эти строки вызывают ошибку в mootools1.3.2
bottom: function(context, element){
element.appendChild(context);
},
как я могу решить эту проблему?