Ah it looks like that line wasn't changed for 1.2 change
this.wrapper.remove(); to: this.wrapper.dispose(); On Fri, Apr 17, 2009 at 6:38 AM, Micha <[email protected]> wrote: > > Hi, > > did anybody solve the problem with the removeOverlay()-function in the > updated MooCrop-Class? > I always get the error "this.wrapper.remove is not a function" (Line > 402) > > removeOverlay: function(){ > this.wrapper.remove(); > this.img.setStyle('display','block'); > }
