]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/StateProvider.js
ui: state provider: comment text width/indentation cleanup
[pve-manager.git] / www / manager6 / StateProvider.js
index 4517c15ab25884d2a2acc9c82bab747c68c62d52..e835f402b7b026af1693d8a1f64054f8ce7e1f50 100644 (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', {