summaryrefslogtreecommitdiff
path: root/src/rz_config.js
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-11-19 03:20:36 +0200
committerAlon Levy <alon@pobox.com>2014-11-19 23:23:40 +0200
commitd93874113319d07ed36200da85888a92a4257e22 (patch)
tree22eef2a5cd244b09bad5cb403881069ce61bb458 /src/rz_config.js
parent0027ec34a90f1d22523c16ffa533a1c3b052c358 (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.js6
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',
+ };
+});