post can be deleted - figured it out - BINDS was missing in mootools more.
On Jan 23, 3:39 pm, mmjaeger <[email protected]> wrote: > Safari shows me this: TypeError: Result of expression > 'this.parent' [[object DOMWindow]] is not a function. > > it seems it refers to: > > makeSlide: function(slide) { > if (slide.retrieve('slideSetup')) return; > slide.store('slideSetup', true); > slide.show(); > var s = new Element('div', { > styles: { > 'float': 'left', > width: document.id(this).getSize().x > } > }).wraps(slide); > this.parent(s); > this.slides.erase(slide); > this.setCounters(); > s.show(); > s.inject(this.container); > }, > > On Jan 23, 3:31 pm, mmjaeger <[email protected]> wrote: > > > > > Hello > > anybody experienced something similar: uncaught exception: > > [Exception... "Cannot convert WrappedNative to function" nsresult: > > "0x8057000d (NS_ERROR_XPC_CANT_CONVERT_WN_TO_FUN)" location: "JS > > frame ::http://localhost/projects/iPlayer/js/clientcide_min.js:: > > anonymous :: line 12" data: no] > > [Break on this error]
