Commit ad0ff85e authored by Jacob Schatz's avatar Jacob Schatz

Rename x clicked to be consisten.

parent 499cc826
...@@ -18,7 +18,7 @@ const RepoTabs = { ...@@ -18,7 +18,7 @@ const RepoTabs = {
return this.$el.scrollWidth > this.$el.offsetWidth; return this.$el.scrollWidth > this.$el.offsetWidth;
}, },
xclicked(file) { xClicked(file) {
Store.removeFromOpenedFiles(file); Store.removeFromOpenedFiles(file);
}, },
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment