I take back what I said earlier about something being "broken" - didn't notice Steve was adding -more 1.2.x via the Resources panel.
Everything works a-ok, once you remove it, and fix spelling in your code - http://jsfiddle.net/jZudb/2/ On 2010-10-16, at 15:41, Ryan Florence wrote: > 1.3 core is not compatible with 1.2.4.4 more, even with the compat. Download > the 1.3 more release candidate from the site and you'll be good. There's a > link on on the downloads page explaining this. > > Sent from my iPad > > On Oct 16, 2010, at 3:59 AM, "Steve Onnis" <[email protected]> wrote: > >> There seems to be errors all the way through it. This is on 1.2.4.4-more >> >> >> >> I have loaded up a demo at http://jsfiddle.net/jZudb/ >> >> >> >> This is with the 1.3(compat) core and 1.2.4.4 more >> >> >> >> The only thing i can think of is that there is something in there that has >> not been included as a dependency of the package unless there is an actual >> error there. >> >> >> >> From: Oskar Krawczyk [mailto:[email protected]] >> Sent: Saturday, 16 October 2010 7:37 PM >> To: [email protected] >> Subject: Re: [Moo] Issue using Form.Requst >> >> >> >> Latest of which branch, 1.3 or 1.2? >> >> >> >> Also, please take a minute and set up a jsfiddle with a testcase. >> >> >> >> On 2010-10-16, at 10:07, Steve Onnis wrote: >> >> >> >> >> Just downloaded the latest mootools more package and when i try this.... >> >> >> >> new Form.Request( >> >> $("login"), >> >> { >> >> onSucess : function () { >> >> alert(arguments[0]) >> >> } >> >> }); >> >> >> >> I get an error saying “this.previous is not a function” on line 1607 which >> seems to be in the spinner bit on the line highlighted in yellow >> >> >> >> Spinner.implement(new Chain); >> >> >> >> if (window.Request) { >> >> Request = Class.refactor(Request, { >> >> >> >> options: { >> >> useSpinner: false, >> >> spinnerOptions: {}, >> >> spinnerTarget: false >> >> }, >> >> >> >> initialize: function(options){ >> >> this._send = this.send; >> >> this.send = function(options){ >> >> if >> (this.spinner)this.spinner.chain(this._send.bind(this, options)).show(); >> >> else this._send(options); >> >> return this; >> >> }; >> >> this.previous(options); >> >> >> >> >> >> Any ideas? >> >> >> >> Steve >> >> >> >> >> >> >> ======= >> Email scanned by PC Tools - No viruses or spyware found. >> (Email Guard: 7.0.0.21, Virus/Spyware Database: 6.16090) >> http://www.pctools.com >> ======= >> >> >> >> >> >> >> >> ======= >> Email scanned by PC Tools - No viruses or spyware found. >> (Email Guard: 7.0.0.21, Virus/Spyware Database: 6.16090) >> http://www.pctools.com >> ======= >> >> >> >> >> >> >> ======= >> Email scanned by PC Tools - No viruses or spyware found. >> (Email Guard: 7.0.0.21, Virus/Spyware Database: 6.16090) >> http://www.pctools.com >> =======
