Changes to prevent cyclic dependencies.
This commit is contained in:
9
app/assets/js/enumerator.js
Normal file
9
app/assets/js/enumerator.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Module which stores constant values. These constants are mutable, however
|
||||
* generally should not be changed unless a value is being added. Values are
|
||||
* typically initialized during the app's preloader.
|
||||
* @module enumerator
|
||||
*/
|
||||
exports.enum = {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user