Merge branch 'development' into 'master'

Fix missing component in 2.9.4

See merge request xevidos/codiad!33
This commit is contained in:
Isaac Brown 2019-05-01 10:28:44 -04:00
commit bad1a09302
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -12,7 +12,7 @@ class Update {
// CONSTANTS
//////////////////////////////////////////////////////////////////
CONST VERSION = "v.2.9.4";
CONST VERSION = "v.2.9.4.1";
//////////////////////////////////////////////////////////////////
// PROPERTIES