mam problem z Mootools i gryzę się z nim już kilka godzin. Mianowicie mam klasę:
var test= new Class({ initialize: function(_image, _images, _sizes){ }, funct1: function(){ }, funct2: function(){ funct1(); } });
Problem polega na tym, że mam błąd funct1 is not a function. Próbowałem this., super., parent. i nic...
