Parcourir la source

Exposes functions in RandomUtils.

dev1
Boris Grozev il y a 10 ans
Parent
révision
74e7c387db
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3
    1
      modules/util/RandomUtil.js

+ 3
- 1
modules/util/RandomUtil.js Voir le fichier

@@ -65,7 +65,9 @@ var RandomUtil = {
65 65
             ret += this.randomHexDigit();
66 66
         }
67 67
         return ret;
68
-    }
68
+    },
69
+    randomElement: randomElement,
70
+    randomAlphanumStr: randomAlphanumStr
69 71
 };
70 72
 
71 73
 module.exports = RandomUtil;

Chargement…
Annuler
Enregistrer