##// END OF EJS Templates
gists: move update button to the left as other forms has action buttons on the left.
gists: move update button to the left as other forms has action buttons on the left.

File last commit:

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