creaven/miftree

Uncaught TypeError: object is not a function - SOLVED

amitdar opened this issue · 0 comments

Hi everyone,
I had this error using mootools ver 1.4.5 and fixed by replace lines
Implements: [new Events, new Options],
with
Implements: [Events,Options],

2 lines need to replace
Enjoy!