ECOM-4904 Move the program editor backbone app to Studio (#12962)
This commit is contained in:
16
cms/static/js/programs/utils/constants.js
Normal file
16
cms/static/js/programs/utils/constants.js
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Reusable constants
|
||||
*/
|
||||
define([], function() {
|
||||
'use strict';
|
||||
|
||||
return {
|
||||
keyCodes: {
|
||||
tab: 9,
|
||||
enter: 13,
|
||||
esc: 27,
|
||||
up: 38,
|
||||
down: 40
|
||||
}
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user