This commit is contained in:
Iuri Matias 2018-05-28 18:03:33 -04:00
parent 4aa33935b0
commit fc92b69211
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class CodeGenerator {
});
this.events.setCommandHandler('embark-building-placeholder', (cb) => {
this.buildPlaceholderPage(cb);
self.buildPlaceholderPage(cb);
});
}