FrancisBourre / lowra

Automatically exported from code.google.com/p/lowra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AbstractModel's init & release Events have same value

GoogleCodeExporter opened this issue · comments

class AbstractModel:
line 62: public static const onInitModelEVENT : String = "onInitModel";
line 70: public static const onReleaseModelEVENT : String = "onInitModel";

classic copy/paste leftover, or? ;-)

Original issue reported on code.google.com by nilsdoeh...@gmail.com on 20 Feb 2009 at 2:36

fix on r525

Original comment by romain.ecarnot on 25 Feb 2009 at 8:50

  • Changed state: Verified