Skip to content
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

Open
theiviaxx opened this issue Oct 29, 2010 · 5 comments
Open

MooTools 1.3 #7

theiviaxx opened this issue Oct 29, 2010 · 5 comments

Comments

@theiviaxx
Copy link

Not really an issue, just wondering if you're working on porting to 1.3?

@ghost
Copy link

ghost commented Nov 17, 2010

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

@CNSKnight
Copy link

just remove all the 'new's in implements:[new Events, ...]

@SunboX
Copy link

SunboX commented May 16, 2011

Please make it 1.3 (no-compat) compatiple. Should just be a find & replace ... less function calls == more speed

@YuccaOne
Copy link

I remove all "new" in implements, and I have two errors again :

  • Drag is not defined (Mif.Tree.Drag = new Class({Implements: [Events, Options],>Extends: Drag<,....)
  • this.setOptions is not a function ( Mif.Tree = new Class({ ... initialize: function(options){>this.setOptions(options);<....).

I test with the v. 1.2.6.4 of Mif and 1.3.2 of Mootools for just tree select event demo.

@kalleth
Copy link

kalleth commented Oct 10, 2011

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants