##// END OF EJS Templates
app: dropped deprecated controllers to view_utils which are actually proper name
app: dropped deprecated controllers to view_utils which are actually proper name

File last commit:

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