Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/loaders/CubeTextureLoader.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h3>[property:String crossOrigin]</h3>
<p>
If set, assigns the [link:https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes crossOrigin]
attribute of the image to the value of *crossOrigin*,
prior to starting the load. Default is *undefined*.
prior to starting the load. Default is *"Anonymous"*.
</p>

<h3>[property:LoadingManager manager]</h3>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/loaders/ImageLoader.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h2>Properties</h2>
<h3>[property:String crossOrigin]</h3>
<p>
If set, assigns the [link:https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes crossOrigin]
attribute of the image to the value of *crossOrigin*, prior to starting the load. Default is *undefined*.
attribute of the image to the value of *crossOrigin*, prior to starting the load. Default is *"Anonymous"*.
</p>

<h3>[property:LoadingManager manager]</h3>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/loaders/TextureLoader.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h2>Properties</h2>
<h3>[property:String crossOrigin]</h3>
<p>
If set, assigns the [link:https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes crossOrigin]
attribute of the image to the value of *crossOrigin*, prior to starting the load. Default is *undefined*.
attribute of the image to the value of *crossOrigin*, prior to starting the load. Default is *"Anonymous"*.
</p>


Expand Down