setPathContext function added
parent
6e7b3e4611
commit
314904b1f4
|
@ -629,6 +629,10 @@ export class Path {
|
|||
this.init();
|
||||
}
|
||||
|
||||
setPathContext() {
|
||||
pathMethodsContext_.setPathObj(this);
|
||||
}
|
||||
|
||||
/**
|
||||
* Reset path data.
|
||||
* @returns {module:path.Path}
|
||||
|
|
Loading…
Reference in New Issue