Hi guys, I've ran into a problem with IE and Javascript (Prototype framework to be specific). I'm developing a custom module to sit in a vle (Blackboard). Blackboard uses Prototype and Scriptaculous, so the module has been developed using the framework and module. The following line has been giving me grief.
I have tried changing the names of the variables just in case it is causing a conflict with another part of the script elsewhere but to no avail.
Any help on this matter would be greatly appreciated. Thanks.
Code:
this.carouselViewport = this.ArtGalleryelCarousel.down('.' + this.options.containerViewportClass);
Any help on this matter would be greatly appreciated. Thanks.
Comment