mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 17:29:21 +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;
|
Classes, SysUtils;
|
||||||
|
|
||||||
Type
|
Type
|
||||||
TJSType = (jstUNDEFINED,jstNull,jstBoolean,jstNumber,jstString,jstObject,jstReference,JSTCompletion);
|
TJSType = (jstUNDEFINED,jstNull,jstBoolean,jstNumber,jstString,jstObject,jstReference,jstCompletion);
|
||||||
|
|
||||||
TJSString = UnicodeString;
|
TJSString = UnicodeString;
|
||||||
TJSChar = WideChar;
|
TJSChar = WideChar;
|
||||||
|
@ -709,7 +709,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
jstObject : ;
|
jstObject : ;
|
||||||
jstReference : ;
|
jstReference : ;
|
||||||
JSTCompletion : ;
|
jstCompletion : ;
|
||||||
end;
|
end;
|
||||||
if S='' then exit;
|
if S='' then exit;
|
||||||
case S[1] of
|
case S[1] of
|
||||||
|
Loading…
Reference in New Issue
Block a user