Closed GoogleCodeExporter closed 9 years ago
Function ”procedure TJSClassProto.DefineJSClass(AClass: TClass; AClassFlags:
TJSClassFlagAttributes);”
Original comment by andre...@diatomenterprises.com
on 27 Nov 2013 at 9:39
I am lame.
Just need to change:
{$IF CompilerVersion >= 24}
if not m.HasExtendedInfo then continue;
{$ifend}
to
{$IF CompilerVersion >= 23}
if not m.HasExtendedInfo then continue;
{$ifend}
I assume it will be enought.
Original comment by andre...@diatomenterprises.com
on 27 Nov 2013 at 9:43
fixed, as you suggested
Original comment by n.ame...@gmail.com
on 28 Nov 2013 at 10:30
Original issue reported on code.google.com by
andre...@diatomenterprises.com
on 27 Nov 2013 at 9:13Attachments: