mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 21:28:12 +00:00
Upgrades to eslint-plugin-vue 7.5.0 (#3685)
This commit is contained in:
@ -136,7 +136,7 @@ define([
|
||||
};
|
||||
}
|
||||
|
||||
if (objectPath && !_.isFunction(objectPath)) {
|
||||
if (objectPath && (typeof objectPath !== "function")) {
|
||||
const staticObjectPath = objectPath;
|
||||
objectPath = function () {
|
||||
return staticObjectPath;
|
||||
|
Reference in New Issue
Block a user