From ab24dca2e5d332590ab7130b3aebf4838df6a4a2 Mon Sep 17 00:00:00 2001
From: Andrew Frost
Date: Fri, 1 Mar 2024 12:04:26 +0000
Subject: [PATCH] Errata from AIR 51 AS3 documents plus Vector link handling
and TimeZone typo
---
static/reference/actionscript/3.0/Array.html | 8 +-
.../reference/actionscript/3.0/Function.html | 8 +-
static/reference/actionscript/3.0/String.html | 23 +-
.../reference/actionscript/3.0/TimeZone.html | 1116 ++++-----
static/reference/actionscript/3.0/Vector.html | 50 +-
.../actionscript/3.0/air/net/WebSocket.html | 201 +-
.../3.0/air/utils/ZipArchive.html | 12 +-
.../actionscript/3.0/all-index-D.html | 14 +-
.../actionscript/3.0/all-index-P.html | 36 +-
.../actionscript/3.0/all-index-R.html | 82 +-
.../actionscript/3.0/all-index-Symbols.html | 18 +-
.../desktop/NativeProcessStartupInfo.html | 14 +-
.../3.0/flash/display/BitmapData.html | 24 +-
.../3.0/flash/display/Graphics.html | 36 +-
.../3.0/flash/display/GraphicsPath.html | 22 +-
.../flash/display/GraphicsTrianglePath.html | 28 +-
.../3.0/flash/display/InteractiveObject.html | 1854 ++++++++++++++-
.../3.0/flash/display/NativeWindow.html | 12 +-
.../actionscript/3.0/flash/display/Stage.html | 158 +-
.../3.0/flash/display/Stage3D.html | 12 +-
.../3.0/flash/display3D/Context3D.html | 1680 ++++++++++++--
.../3.0/flash/display3D/IndexBuffer3D.html | 12 +-
.../3.0/flash/display3D/VertexBuffer3D.html | 147 +-
.../3.0/flash/events/FullScreenEvent.html | 7 +-
.../3.0/flash/events/MouseEvent.html | 1000 +++++++-
.../3.0/flash/events/ShaderEvent.html | 20 +-
.../3.0/flash/external/ExtensionContext.html | 18 +-
.../flash/filesystem/StorageVolumeInfo.html | 18 +-
.../actionscript/3.0/flash/geom/Matrix3D.html | 60 +-
.../actionscript/3.0/flash/geom/Utils3D.html | 16 +-
.../3.0/flash/globalization/Collator.html | 12 +-
.../globalization/CurrencyFormatter.html | 12 +-
.../globalization/DateTimeFormatter.html | 24 +-
.../3.0/flash/globalization/LocaleID.html | 16 +-
.../flash/globalization/NumberFormatter.html | 12 +-
.../3.0/flash/globalization/StringTools.html | 12 +-
.../3.0/flash/html/HTMLLoader.html | 141 +-
.../actionscript/3.0/flash/media/Camera.html | 12 +-
.../3.0/flash/media/StageVideo.html | 12 +-
.../3.0/flash/net/NetMonitor.html | 12 +-
.../3.0/flash/net/NetworkInfo.html | 141 +-
.../3.0/flash/net/NetworkInterface.html | 22 +-
.../3.0/flash/net/drm/DRMContentData.html | 12 +-
.../flash/notifications/RemoteNotifier.html | 12 +-
.../RemoteNotifierSubscribeOptions.html | 14 +-
.../3.0/flash/printing/PrintJob.html | 12 +-
.../3.0/flash/sensors/Geolocation.html | 63 +-
.../3.0/flash/system/ApplicationDomain.html | 12 +-
.../3.0/flash/system/WorkerDomain.html | 12 +-
.../3.0/flash/text/TextField.html | 2020 +++++++++++++++--
.../3.0/flash/text/engine/GroupElement.html | 26 +-
.../3.0/flash/text/engine/TextBlock.html | 20 +-
.../3.0/flash/text/engine/TextLine.html | 139 +-
.../3.0/flash/text/ime/IIMEClient.html | 12 +-
.../3.0/flash/ui/GameInputDevice.html | 12 +-
.../3.0/flash/ui/MouseCursorData.html | 14 +-
.../actionscript/3.0/flash/ui/Multitouch.html | 12 +-
.../reference/actionscript/3.0/operators.html | 146 +-
.../reference/actionscript/3.0/package.html | 10 +-
.../reference/actionscript/3.0/whatsnew.html | 25 +-
60 files changed, 8094 insertions(+), 1613 deletions(-)
diff --git a/static/reference/actionscript/3.0/Array.html b/static/reference/actionscript/3.0/Array.html
index 9a1fa279e..894ec9d75 100644
--- a/static/reference/actionscript/3.0/Array.html
+++ b/static/reference/actionscript/3.0/Array.html
@@ -1307,7 +1307,7 @@
Each element is checked in turn to see if it matches the item that is passed in,
- using the standard comparison operator (i.e. similar to if (array[0] == item)
).
+ using the standard comparison operator (i.e. similar to if (array[i] == item)
).
Parameters
@@ -3632,11 +3632,11 @@
- © 2004-2022 Adobe Systems Incorporated. All rights reserved.
Mon Feb 12 2024, 3:03 PM GMT
+ © 2004-2022 Adobe Systems Incorporated. All rights reserved.
Mon Feb 26 2024, 5:22 PM GMT