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

$type is not defined #1

Open
lorenzos opened this issue Apr 8, 2013 · 2 comments
Open

$type is not defined #1

lorenzos opened this issue Apr 8, 2013 · 2 comments

Comments

@lorenzos
Copy link

lorenzos commented Apr 8, 2013

Autocompleter.js, line 281:

ReferenceError: $type is not defined
var type = tokens && $type(tokens);

$type is deprecated in Mootools 1.4.5, so it's not true that this version works without compatibility mode.

As I written in @angelsk version issue tracker, you should merge your repos. If you have not the time to do it, I can make my own version (and maybe publish it on the official Mootools plugin repository too, I already did it for plugins of mine). But anyway, we should keep only one repository here on Github to avoid confusion: basically we are doing exactly the same thing: porting that autocompleter to newest Mootools.

@angelsk
Copy link

angelsk commented Apr 9, 2013

I'm working on this today :)

@angelsk
Copy link

angelsk commented Apr 9, 2013

Fixed here: angelsk/mootools-autocompleter@b129da7

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

2 participants