ui: state provider: comment text width/indentation cleanup

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-16 15:17:23 +02:00
parent d2f465d328
commit b18c1b466e

View File

@ -1,12 +1,11 @@
/* This state provider keeps part of the state inside
* the browser history.
/* This state provider keeps part of the state inside the browser history.
*
* We compress (shorten) url using dictionary based compression
* i.e. use column separated list instead of url encoded hash:
* #v\d* version/format
* := indicates string values
* :\d+ lookup value in dictionary hash
* #v1:=value1:5:=value2:=value3:...
* We compress (shorten) url using dictionary based compression, i.e., we use
* column separated list instead of url encoded hash:
* #v\d* version/format
* := indicates string values
* :\d+ lookup value in dictionary hash
* #v1:=value1:5:=value2:=value3:...
*/
Ext.define('PVE.StateProvider', {