refactor sliceplus core for users, return user ids and names in sliceplus object
[plstackapi.git] / planetstack / core / xoslib / static / js / xoslib / xos-util.js
index 15aa1b0..7a57d8a 100644 (file)
@@ -100,7 +100,7 @@ function array_pair_lookup(x, names, values)
             return names[index];
         }
     }
-    return undefined;
+    return "object #" + x;
 }
 
 function all_options(selector) {