git-svn-id: trunk@38807 -
@@ -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 : ;
if S='' then exit;
case S[1] of