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.
@@ -787,7 +787,7 @@
787
787
  retval = this;
788
788
 
789
789
  var generateUid = function (separator) {
790
- var delim = separator || "-";
790
+ var delim = "-";
791
791
 
792
792
  function S4() {
793
793
  return (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1);