thoughtAddict / cakejs

Automatically exported from code.google.com/p/cakejs
0 stars 0 forks source link

Cakejs dont work with mootools #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,
I have problem with cakejs.

If I include mootools (ver. 1.3.2) the cake.js return error on #627 
"this.initialize.apply(this, arguments)", the error is : 
"this.initialize is undefined"

When I remove mootools, error dissapear. And cake works properly.

I try it on this scripts: http://jeko.free.fr/megapong/

Is any option, how to get work both (cakejs and mootools) on one page?

Otto

Original issue reported on code.google.com by ottokova...@gmail.com on 3 Sep 2011 at 8:45

GoogleCodeExporter commented 8 years ago
Same bug here !

console report :

Uncaught TypeError: Cannot call method 'apply' of undefined
c                                             cake.js:716
(anonymous function)             animhome.js:557
condition                                mootools-core-1.4.0.js:3768
defn                                        mootools-core-1.4.0.js:3782

Original comment by n.vanda...@gmail.com on 14 Sep 2011 at 1:36