diff --git a/src/js/parser/javascript/node.js b/src/js/parser/javascript/node.js index 62f4267..b7a0892 100644 --- a/src/js/parser/javascript/node.js +++ b/src/js/parser/javascript/node.js @@ -125,8 +125,7 @@ export default class Node { } if (this.proxy) { - return this.proxy.render(this.container) - .then(_.constant(this)); + return this.proxy.render(this.container); } else { this.startRender(); return this._render()