summaryrefslogtreecommitdiff
path: root/scripts/consts.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/consts.js')
-rw-r--r--scripts/consts.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/consts.js b/scripts/consts.js
new file mode 100644
index 00000000..927a30d3
--- /dev/null
+++ b/scripts/consts.js
@@ -0,0 +1,5 @@
+define('consts', function() {
+ return {
+ RECORD_LINKS: 'record_links',
+ };
+});