you discovered it yourself? cool...
-- Fábio Miranda Costa Solucione Sistemas Front-End Engineer http://meiocodigo.com On Mon, Aug 3, 2009 at 4:56 PM, moonoob <[email protected]> wrote: > > > Problem solved! > > I discovered that the issue was with my copy of moo.fx.js > > I'm not quite sure why I have all of these extra-granular moo.*.js > files, when everything I need seems to be in the mootools.js core! > > I removed these two lines, and the test works fine =) > > <script type="text/javascript" charset="utf-8" src="3p.moo.fx.js"></ > script> > <script type="text/javascript" charset="utf-8" > src="3p.moo.fx.transitions.js"></script> > > > > > > On Aug 3, 12:23 pm, moonoob <[email protected]> wrote: > > unfortunately it's all within a private sandbox, but i threw this > > together: > > > > http://webization.com/fx/ > > > > On Aug 3, 11:50 am, Aaron Newton <[email protected]> wrote: > > > > > Can you provide a link? > > > > > On Mon, Aug 3, 2009 at 10:38 AM, moonoob <[email protected]> > wrote: > > > > > > When executing the above code, Firebug invariably tells me " > Fx.Tween > > > > is not a constructor" > > > > >
