| Index: gm/rebaseline_server/static/constants.js
|
| diff --git a/gm/rebaseline_server/static/constants.js b/gm/rebaseline_server/static/constants.js
|
| index 150c8959fd2bedb96e8f667ea31da94a9ee5a116..c39745224090ccfed11d30129ed679ddb45fcd0b 100644
|
| --- a/gm/rebaseline_server/static/constants.js
|
| +++ b/gm/rebaseline_server/static/constants.js
|
| @@ -80,5 +80,9 @@ module.constant('constants', (function() {
|
| KEY__IMAGEPAIRS__ROWSPAN: 'rowspan',
|
| URL_KEY__SCHEMA_VERSION: 'urlSchemaVersion',
|
| URL_VALUE__SCHEMA_VERSION__CURRENT: 1,
|
| +
|
| + // Utility constants only used on the client side.
|
| + ASC: 'asc',
|
| + DESC: 'desc',
|
| }
|
| })())
|
|
|