mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 00:15:43 +03:00
During the Ember dependecy upgrade work, https://github.com/hashicorp/nomad/commit/ce8c039f4ce7359d60ede5dee36b9cef82 moved the `isSupported` method from using Ember's `reopenClass` to a getter, but `reopenClass` creates a static method, so the getter must be static as well.