[mochikit] Re: [Fwd: pulsate patch]

2006-06-18 Thread Bob Ippolito
On Jun 18, 2006, at 2:12 PM, whit wrote:From: whit <[EMAIL PROTECTED]>Date: June 18, 2006 1:35:41 PM PDTSubject: pulsate patchpoking around on trunk. patch fixes missing 'this'.-wIndex: Visual.js===--- Visual.js (revision 1027)+++ Visu

[mochikit] Re: [Fwd: pulsate patch]

2006-06-18 Thread whit
Bob Ippolito wrote: > > On Jun 18, 2006, at 2:12 PM, whit wrote: > >> *From: *whit <[EMAIL PROTECTED] > >> *Date: *June 18, 2006 1:35:41 PM PDT >> *Subject: **pulsate patch* >> >> >> poking around on trunk. patch fixes missing 'this'. >> >> -w >> Index: Visual.js >> ==

[mochikit] Re: [Fwd: pulsate patch]

2006-06-18 Thread Bob Ippolito
On Jun 18, 2006, at 3:56 PM, whit wrote: > Bob Ippolito wrote: >> >> On Jun 18, 2006, at 2:12 PM, whit wrote: >> >>> *From: *whit <[EMAIL PROTECTED] > >>> *Date: *June 18, 2006 1:35:41 PM PDT >>> *Subject: **pulsate patch* >>> >>> >>> poking around on trunk. patch fixes

[mochikit] Re: [Fwd: pulsate patch]

2006-06-18 Thread chris feldmann
> >>> poking around on trunk. patch fixes missing 'this'. > >>> > >>> -w > >>> Index: Visual.js > >>> === > >>> --- Visual.js (revision 1027) > >>> +++ Visual.js (working copy) > >>> @@ -1630,7 +1630,7 @@ > >>> duration: 3.0,

[mochikit] Re: [Fwd: pulsate patch]

2006-06-18 Thread Bob Ippolito
On Jun 18, 2006, at 9:53 PM, chris feldmann wrote: > > poking around on trunk. patch fixes missing 'this'. > > -w > Index: Visual.js > == > = > --- Visual.js (revision 1027) > +++ Visual.js (working

[mochikit] Re: [Fwd: pulsate patch]

2006-06-20 Thread Topher Cyll
I can confirm this problem. Using the latest SVN checkout (on June 20th), attempting to call Highlight produces the following error (via Firebug): this.__init__ is not a functionMochiKit.js (line 5265) This is with the packed code. Is this enough info to reproduce the bug with? Topher

[mochikit] Re: [Fwd: pulsate patch]

2006-06-21 Thread Bob Ippolito
If you create a full example that we can use to test it, then someone will definitely look at it quickly. If not, then it may take a while for Thomas to get around to it. -bob On Jun 20, 2006, at 11:51 PM, Topher Cyll wrote: > > I can confirm this problem. Using the latest SVN checkout (on

[mochikit] Re: [Fwd: pulsate patch]

2006-06-21 Thread Thomas Hervé
Topher Cyll a écrit : > I can confirm this problem. Using the latest SVN checkout (on June > 20th), attempting to call Highlight produces the following error (via > Firebug): > > this.__init__ is not a functionMochiKit.js (line 5265) > > This is with the packed code. Is this enough info to

[mochikit] Re: [Fwd: pulsate patch]

2006-06-23 Thread chris feldmann
On 6/21/06, Topher Cyll <[EMAIL PROTECTED]> wrote: > > I can confirm this problem. Using the latest SVN checkout (on June > 20th), attempting to call Highlight produces the following error (via > Firebug): > > this.__init__ is not a functionMochiKit.js (line 5265) > > This is with the packed

[mochikit] Re: [Fwd: pulsate patch]

2006-06-23 Thread Topher Cyll
Doh! That's exactly what I was doing. =) Thanks for the help, Topher On 6/23/06, chris feldmann <[EMAIL PROTECTED]> wrote: > > On 6/21/06, Topher Cyll <[EMAIL PROTECTED]> wrote: > > > > I can confirm this problem. Using the latest SVN checkout (on June > > 20th), attempting to call Highlight