spotlight-frontend 4.3.0 → 4.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -781,7 +781,7 @@ class UserIndex {
781
781
  retval = this;
782
782
 
783
783
  var generateUid = function (separator) {
784
- var delim = separator || "-";
784
+ var delim = "-";
785
785
 
786
786
  function S4() {
787
787
  return (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1);