From 76d1de512a58f023ae348ae8500100490fba9915 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Thu, 13 Nov 2014 17:41:57 +0200 Subject: rename scripts/ -> src/ --- src/consts.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/consts.js (limited to 'src/consts.js') diff --git a/src/consts.js b/src/consts.js new file mode 100644 index 00000000..0c2af53b --- /dev/null +++ b/src/consts.js @@ -0,0 +1,10 @@ +define(function() { + // TODO: enums, sometime + return { + APPLIED_GRAPH_DIFF: 'graph_diff', + KEYSTROKES: 'keystrokes', + KEYSTROKE_WHERE_EDIT_NODE: 'keystroke_where_edit_node', + KEYSTROKE_WHERE_DOCUMENT: 'keystroke_where_document', + KEYSTROKE_WHERE_TEXTANALYSIS: 'keystroke_where_textanalysis', + }; +}); -- cgit v1.3.1