Fossil SCM

Insignificant typos.

stephan 2021-09-23 20:11 chat-user-filter
Commit a4b9af1bb059cd9643dc45ff9e656e058a71bc732127005f07cac95b797d4529
2 files changed +1 -1 +1 -1
+1 -1
--- src/chat.js
+++ src/chat.js
@@ -455,11 +455,11 @@
455455
batch-loading messages and if the active user list UI element
456456
is active.
457457
*/
458458
updateActiveUserList: function callee(){
459459
if(this._isBatchLoading
460
- || Chat.e.activeUserListWrapper.classList.contains('hidden')){
460
+ || this.e.activeUserListWrapper.classList.contains('hidden')){
461461
return this;
462462
}else if(!callee.sortUsersSeen){
463463
/** Array.sort() callback. Expects an array of user names and
464464
sorts them in last-received message order (newest first). */
465465
const self = this;
466466
--- src/chat.js
+++ src/chat.js
@@ -455,11 +455,11 @@
455 batch-loading messages and if the active user list UI element
456 is active.
457 */
458 updateActiveUserList: function callee(){
459 if(this._isBatchLoading
460 || Chat.e.activeUserListWrapper.classList.contains('hidden')){
461 return this;
462 }else if(!callee.sortUsersSeen){
463 /** Array.sort() callback. Expects an array of user names and
464 sorts them in last-received message order (newest first). */
465 const self = this;
466
--- src/chat.js
+++ src/chat.js
@@ -455,11 +455,11 @@
455 batch-loading messages and if the active user list UI element
456 is active.
457 */
458 updateActiveUserList: function callee(){
459 if(this._isBatchLoading
460 || this.e.activeUserListWrapper.classList.contains('hidden')){
461 return this;
462 }else if(!callee.sortUsersSeen){
463 /** Array.sort() callback. Expects an array of user names and
464 sorts them in last-received message order (newest first). */
465 const self = this;
466
--- src/fossil.storage.js
+++ src/fossil.storage.js
@@ -1,8 +1,8 @@
11
(function(F){
22
/**
3
- fossil.store is a basic wrapper around localStorage
3
+ fossil.storage is a basic wrapper around localStorage
44
or sessionStorage or a dummy proxy object if neither
55
of those are available.
66
*/
77
const tryStorage = function f(obj){
88
if(!f.key) f.key = 'fossil.access.check';
99
--- src/fossil.storage.js
+++ src/fossil.storage.js
@@ -1,8 +1,8 @@
1 (function(F){
2 /**
3 fossil.store is a basic wrapper around localStorage
4 or sessionStorage or a dummy proxy object if neither
5 of those are available.
6 */
7 const tryStorage = function f(obj){
8 if(!f.key) f.key = 'fossil.access.check';
9
--- src/fossil.storage.js
+++ src/fossil.storage.js
@@ -1,8 +1,8 @@
1 (function(F){
2 /**
3 fossil.storage is a basic wrapper around localStorage
4 or sessionStorage or a dummy proxy object if neither
5 of those are available.
6 */
7 const tryStorage = function f(obj){
8 if(!f.key) f.key = 'fossil.access.check';
9

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button