Skip to content

Commit

Permalink
fix(aurelia): resolve promise in Aurelia.enhance
Browse files Browse the repository at this point in the history
closes #480
  • Loading branch information
tkhyn committed Jul 23, 2016
1 parent a2af342 commit 741fa22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aurelia.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class Aurelia {
this.root = engine.enhance({container: this.container, element: this.host, resources: this.resources, bindingContext: bindingContext});
this.root.attached();
this._onAureliaComposed();
return this;
resolve(this);
});
}

Expand Down

0 comments on commit 741fa22

Please sign in to comment.