##// END OF EJS Templates
ui: new file tree switcher...
ui: new file tree switcher - removed the pjax implementation - pjax isn't really a better choice here, and removing it simplifies a lot of logic.

File last commit:

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