🚧 Moved return statement to bottom to avoid warnings
This commit is contained in:
parent
9934b54566
commit
7758ba81a6
7 changed files with 23 additions and 15 deletions
|
@ -66,6 +66,8 @@ function path() {
|
|||
|
||||
return d;
|
||||
};
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
export default path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue