aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/rebaseline_server/static/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'gm/rebaseline_server/static/constants.js')
-rw-r--r--gm/rebaseline_server/static/constants.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/gm/rebaseline_server/static/constants.js b/gm/rebaseline_server/static/constants.js
index ecca98eae8..8e71311266 100644
--- a/gm/rebaseline_server/static/constants.js
+++ b/gm/rebaseline_server/static/constants.js
@@ -74,5 +74,8 @@ module.constant('constants', (function() {
KEY__EDITS__MODIFICATIONS: 'modifications',
KEY__EDITS__OLD_RESULTS_HASH: 'oldResultsHash',
KEY__EDITS__OLD_RESULTS_TYPE: 'oldResultsType',
+
+ // These are just used on the client side, no need to sync with server code.
+ KEY__IMAGEPAIRS__ROWSPAN: 'rowspan',
}
})())