fcl-js: fixed case

git-svn-id: trunk@38807 -
This commit is contained in:
Mattias Gaertner 2018-04-22 11:13:16 +00:00
parent 4909d43949
commit 5e32960f33
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ uses
Classes, SysUtils;
Type
TJSType = (jstUNDEFINED,jstNull,jstBoolean,jstNumber,jstString,jstObject,jstReference,JSTCompletion);
TJSType = (jstUNDEFINED,jstNull,jstBoolean,jstNumber,jstString,jstObject,jstReference,jstCompletion);
TJSString = UnicodeString;
TJSChar = WideChar;

View File

@ -709,7 +709,7 @@ begin
end;
jstObject : ;
jstReference : ;
JSTCompletion : ;
jstCompletion : ;
end;
if S='' then exit;
case S[1] of