diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-11-19 03:20:36 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-19 23:23:40 +0200 |
| commit | d93874113319d07ed36200da85888a92a4257e22 (patch) | |
| tree | 22eef2a5cd244b09bad5cb403881069ce61bb458 /src/rz_config.js | |
| parent | 0027ec34a90f1d22523c16ffa533a1c3b052c358 (diff) | |
add rz_config, provide id generation scheme control: hash/seq, defaulting to seq
Diffstat (limited to 'src/rz_config.js')
| -rw-r--r-- | src/rz_config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rz_config.js b/src/rz_config.js new file mode 100644 index 00000000..6093573a --- /dev/null +++ b/src/rz_config.js @@ -0,0 +1,6 @@ +define(function() { + + return { + 'rand_id_generator' : 'hash', + }; +}); |
