|
@@ -1784,7 +1784,7 @@ end;
|
|
|
|
|
|
function TJSAtomicAsyncWaitResult.getAsync: Boolean;
|
|
function TJSAtomicAsyncWaitResult.getAsync: Boolean;
|
|
begin
|
|
begin
|
|
- ReadJSPropertyBoolean('async');
|
|
|
|
|
|
+ Result:=ReadJSPropertyBoolean('async');
|
|
end;
|
|
end;
|
|
|
|
|
|
function TJSAtomicAsyncWaitResult.getValueAsString: UnicodeString;
|
|
function TJSAtomicAsyncWaitResult.getValueAsString: UnicodeString;
|