The only thing you need to change is if you're still using setOpacity or
set('opacity'... , if you are using any references to Event you should
change that to DOMEvent (I doubt you are; no one uses new Event really, so
unless you have custom events like mouseenter defined, you're fine). There
aren't many changes in 1.3>1.4 regarding the api.

One quick way to tell is to download 1.4 with compatibility uncompressed and
search for the compat blocks "1.3compat" and see what you get with the
compatibility layer. There's only 3 such blocks.


On Mon, Sep 12, 2011 at 8:59 AM, stratboy <[email protected]> wrote:

> Thank you. All my programs are 1.3-native. So I guess I MUST use the
> 1.4 compat version if I want to be shure that they will work again, am
> I right?
>
> If so, is there any place where I can find info about how to fix my
> 1.3 programs to natively work with 1.4 instead of using the heavier
> compat version?
> You did this when 1.3 was released, for 1.2 programs.
>
> regards
>
>
>
> On 12 Set, 17:23, fakedarren <[email protected]> wrote:
> > Hi all.
> >
> > It's down to 1.2 if you download it with compatibility from our download
> > page <http://mootools.net/download>. If you use the builder then the
> default
> > behaviour is to not include 1.2 + 1.3 compat. But if you choose to
> include
> > it, it is for both prior versions.
> >
> > Cheers
> > Darren
>

Reply via email to