6 lines
98 B
JavaScript
6 lines
98 B
JavaScript
/*global define*/
|
|
|
|
define({
|
|
REVISION_ERROR_KEY: "revision",
|
|
OVERWRITE_KEY: "overwrite"
|
|
}); |