madkixt / base2

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

base2.jsb: contentReadypush is undefined in tick() #116

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

An easy one. :)

I got the said error when using behaviors. The faulty line is line 134 of
_state.js:
contentReadypush(item); // add it to the end

and it gets fixed if you change it to:
contentReadyQueue.push(item);

(I guess it's a typo)

esc0-

Original issue reported on code.google.com by mesco...@gmail.com on 23 Jun 2009 at 5:26

GoogleCodeExporter commented 8 years ago
Yeah, looks like my bad testing is at fault here.

Original comment by dean.edw...@gmail.com on 23 Jun 2009 at 6:55

GoogleCodeExporter commented 8 years ago

Original comment by dean.edw...@gmail.com on 7 Jul 2009 at 4:59

GoogleCodeExporter commented 8 years ago
This is now fixed in the dev libraries.

Original comment by dean.edw...@gmail.com on 19 Nov 2009 at 12:24