Commit d532f659 authored by Stan Hu's avatar Stan Hu

Make method static to make eslint happy

parent ffadd3cc
...@@ -37,7 +37,7 @@ class GeoNodeStatus { ...@@ -37,7 +37,7 @@ class GeoNodeStatus {
}); });
} }
toggleShowAdvancedStatus(e) { static toggleShowAdvancedStatus(e) {
const $element = $(e.currentTarget); const $element = $(e.currentTarget);
const $closestStatus = $element.siblings('.advanced-status'); const $closestStatus = $element.siblings('.advanced-status');
......
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