Поставил компонент, одна проблема - вылазит js ошибка:
Uncaught exception: TypeError: 'this.setOptions' is not a function
Error thrown at line 108, column 2 in <anonymous function: initialize>(element, options) in
http://delaemremontl.com.ua/components/com_listbingo/templates/default/js/m12/smoothgallery/gallery.js:
this.setOptions(options);
called from line 8, column 359 in <anonymous function>() in
http://delaemremontl.com.ua/media/system/js/mootools.js:
return(arguments[0]!==null&&this.initialize&&$type(this.initialize)=='function')?this.initialize.apply(this,arguments):this;
called via Function.prototype.apply() from line 8, column 1 in startGallery() in
http://delaemremontl.com.ua/components/com_listbingo/templates/default/js/m12/smooth.js:
var myGallery = new gallery($('myGallery'), {
called from line 21, column 113 in <anonymous function: create>() in
http://delaemremontl.com.ua/media/system/js/mootools.js:
return fn.apply($pick(options.bind,fn),args);
called via Function.prototype.apply() from line 21, column 303 in <anonymous function: create>(event) in
http://delaemremontl.com.ua/media/system/js/mootools.js:
return returns();
called from line 50, column 245 in <anonymous function: fireEvent>(fn) in
http://delaemremontl.com.ua/media/system/js/mootools.js:
fn.create({'bind':this,'delay':delay,'arguments':args})();
called from line 50, column 111 in <anonymous function: fireEvent>(type, args, delay) in
http://delaemremontl.com.ua/media/system/js/mootools.js:
this.$events[type].keys.each(function(fn){fn.create({'bind':this,'delay':delay,'arguments':args})();},this);
called from line 59, column 114 in <anonymous function: add>() in
http://delaemremontl.com.ua/media/system/js/mootools.js:
this.fireEvent('domready');
called from line 21, column 113 in <anonymous function: create>() in
http://delaemremontl.com.ua/media/system/js/mootools.js:
return fn.apply($pick(options.bind,fn),args);
called via Function.prototype.apply() from line 21, column 303 in <anonymous function: create>(event) in
http://delaemremontl.com.ua/media/system/js/mootools.js:
return returns();
как это побороть?