Initial Commit
This commit is contained in:
11
js/constants.js
Normal file
11
js/constants.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// CONSTANTS
|
||||
((global) => {
|
||||
|
||||
global.Y2K = {
|
||||
TYPE_INFO: "info",
|
||||
TYPE_WARNING: "warning",
|
||||
TYPE_ERROR: "error",
|
||||
TYPE_SUCCESS: "success"
|
||||
};
|
||||
|
||||
})(window);
|
||||
Reference in New Issue
Block a user