-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MooTools 1.3 #7
Comments
The initialization of the Mif.Tree class (version 1.2.6.3) throws an error ("item is not a constructor") when used with mootools core 1.3 |
just remove all the 'new's in implements:[new Events, ...] |
Please make it 1.3 (no-compat) compatiple. Should just be a find & replace ... less function calls == more speed |
I remove all "new" in implements, and I have two errors again :
I test with the v. 1.2.6.4 of Mif and 1.3.2 of Mootools for just tree select event demo. |
I've made a pull request that should make the Core stuff compatible with mootools 1.3 by following the guide on changed API here: https://github.com/mootools/mootools-core/wiki/Upgrade-from-1.2-to-1.3. Should be about at my copy of the repo too. |
Not really an issue, just wondering if you're working on porting to 1.3?
The text was updated successfully, but these errors were encountered: