Browse Source

* Fix default classname property

Michaël Van Canneyt 2 years ago
parent
commit
8dcabc5796
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-web/src/jsonrpc/fpjsonrpc.pp

+ 1 - 1
packages/fcl-web/src/jsonrpc/fpjsonrpc.pp

@@ -1384,7 +1384,7 @@ end;
 
 
 class function TCustomJSONRPCDispatcher.ClassNameProperty: String;
 class function TCustomJSONRPCDispatcher.ClassNameProperty: String;
 begin
 begin
-  Result:='classname'; // Do not localize
+  Result:='class'; // Do not localize
 end;
 end;
 
 
 class function TCustomJSONRPCDispatcher.ParamsProperty: String;
 class function TCustomJSONRPCDispatcher.ParamsProperty: String;