blacklight-spotlight 4.3.0 → 4.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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);