Merge branch 'master' of https://gitee.com/bnu_mixly/mixly3
This commit is contained in:
@@ -78,7 +78,7 @@ class FooterLayerExampleExt extends FooterLayerExample {
|
|||||||
|
|
||||||
dataToWorkspace(inPath) {
|
dataToWorkspace(inPath) {
|
||||||
const data = goog.get(path.join(Env.boardDirPath, 'examples', inPath));
|
const data = goog.get(path.join(Env.boardDirPath, 'examples', inPath));
|
||||||
this.updateCode(inPath.substring(inPath.lastIndexOf('.')), data);
|
this.updateCode(path.extname(inPath), data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user