mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:09:15 +02:00
fcl-js: fixed case
git-svn-id: trunk@38807 -
This commit is contained in:
parent
4909d43949
commit
5e32960f33
@ -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;
|
||||
|
@ -709,7 +709,7 @@ begin
|
||||
end;
|
||||
jstObject : ;
|
||||
jstReference : ;
|
||||
JSTCompletion : ;
|
||||
jstCompletion : ;
|
||||
end;
|
||||
if S='' then exit;
|
||||
case S[1] of
|
||||
|
Loading…
Reference in New Issue
Block a user