1
0
Fork 0
mirror of https://github.com/xevidos/codiad.git synced 2025-03-16 05:24:28 +01:00

Fixed missing _this

This commit is contained in:
xevidos 2019-05-01 10:08:10 -04:00
parent 2885c8059e
commit 52f0bacf68

View file

@ -407,7 +407,7 @@
if( ! ( _this.positions[`${path}`] === undefined ) ) {
_this.setPosition( .positions[`${path}`] );
_this.setPosition( _this.positions[`${path}`] );
}
});
}