Browse Source

* Fix bug ID 37702

michael 5 years ago
parent
commit
bd2dd96c45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl/classes.pas

+ 1 - 1
packages/rtl/classes.pas

@@ -10600,6 +10600,6 @@ end;
 
 
 
 
 initialization
 initialization
-  ClassList:=TJSObject.create(nil);
+  ClassList:=TJSObject.New;
 end.
 end.