mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 19:02:55 +02:00
Fix typo in Assets JSDoc
This commit is contained in:
parent
e4bc3a7d9d
commit
1715a86dba
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@
|
||||||
* format: <code>atp:/path/filename</code>. The assets may optionally be baked, in which case a request for the original
|
* format: <code>atp:/path/filename</code>. The assets may optionally be baked, in which case a request for the original
|
||||||
* unbaked version of the asset is automatically redirected to the baked version. The asset data may optionally be stored as
|
* unbaked version of the asset is automatically redirected to the baked version. The asset data may optionally be stored as
|
||||||
* compressed.</p>
|
* compressed.</p>
|
||||||
* <p>The client cache can be access directly, using <code>"atp:"</code> or <code>"cache:"</code> URLs. Interface, avatar, and
|
* <p>The client cache can be accessed directly, using <code>"atp:"</code> or <code>"cache:"</code> URLs. Interface, avatar,
|
||||||
* assignment client scripts can write to the cache. All script types can read from the cache.</p>
|
* and assignment client scripts can write to the cache. All script types can read from the cache.</p>
|
||||||
*
|
*
|
||||||
* @namespace Assets
|
* @namespace Assets
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue