##// END OF EJS Templates
audit-logger: use copy of params we later modify to prevent from modification by the store function of parameters that we only use for reading.
audit-logger: use copy of params we later modify to prevent from modification by the store function of parameters that we only use for reading.

File last commit:

r3172:d37fc984 default
r4195:4c53d118 stable
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}