mirror of https://github.com/embarklabs/embark.git
use self
This commit is contained in:
parent
4aa33935b0
commit
fc92b69211
|
@ -115,7 +115,7 @@ class CodeGenerator {
|
||||||
});
|
});
|
||||||
|
|
||||||
this.events.setCommandHandler('embark-building-placeholder', (cb) => {
|
this.events.setCommandHandler('embark-building-placeholder', (cb) => {
|
||||||
this.buildPlaceholderPage(cb);
|
self.buildPlaceholderPage(cb);
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue