##// END OF EJS Templates
commits: unified expand commit logic and UI....
commits: unified expand commit logic and UI. - also added cursor for whole clickable element not just the arrow.

File last commit:

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