Index: gm/rebaseline_server/column.py |
diff --git a/gm/rebaseline_server/column.py b/gm/rebaseline_server/column.py |
index 7bce15a2502e05c0dcd846785cbfa535323df0fc..ca71910f0b86255661b2eaaf147c70ac3321ae61 100644 |
--- a/gm/rebaseline_server/column.py |
+++ b/gm/rebaseline_server/column.py |
@@ -10,6 +10,7 @@ ColumnHeaderFactory class (see class docstring for details) |
""" |
# Keys used within dictionary representation of each column header. |
+# Keep these in sync with static/constants.js |
rmistry
2014/02/26 17:35:39
Can we make this (and other references to constant
epoger
2014/02/26 17:56:20
Done.
sed -i 's/Keep these in sync/NOTE: Keep the
|
KEY__HEADER_TEXT = 'headerText' |
KEY__HEADER_URL = 'headerUrl' |
KEY__IS_FILTERABLE = 'isFilterable' |