[Proto-Scripty] Re: Simple question

2008-11-28 Thread Henry
On Nov 27, 10:50 pm, seasoup wrote: > On Nov 27, 7:14 am, RobG wrote: >> On Nov 27, 11:32 pm, spradeepkumar wrote: >> [...] >>> If you are particular in using this...prototype has got >>> bind methods with which you can control your scope > >> The value of a function's this keyword has nothing

[Proto-Scripty] Re: Robert Penner's easing equations for Scriptaculous 1.8

2009-04-24 Thread Henry
On Apr 24, 10:37 am, Riccardo De Agostini wrote: > function Sine_easeIn(t) > { > return -1 * Math.cos(t * (Math.PI / 2)) + 1; > } It is an underappreciated characteristic of ECMAScript that the language does not contain such a thing as a negative numeric literal. Instead cons