mirror of
https://github.com/xevidos/codiad.git
synced 2025-03-17 22:08:10 +01:00
Fixed missing _this
This commit is contained in:
parent
2885c8059e
commit
52f0bacf68
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@
|
||||||
|
|
||||||
if( ! ( _this.positions[`${path}`] === undefined ) ) {
|
if( ! ( _this.positions[`${path}`] === undefined ) ) {
|
||||||
|
|
||||||
_this.setPosition( .positions[`${path}`] );
|
_this.setPosition( _this.positions[`${path}`] );
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue