Skip to content

Commit

Permalink
Merge pull request ampproject#2429 from erwinmombay/fix-bug
Browse files Browse the repository at this point in the history
remove reference to whenFirstLayoutCompleteResolve_
  • Loading branch information
cramforce committed Mar 4, 2016
2 parents 2a008cc + 7bcd43c commit 266a08a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/service/resources-impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -1689,7 +1689,6 @@ export class Resource {

this.layoutPromise_ = promise.then(() => this.layoutComplete_(true),
reason => this.layoutComplete_(false, reason));
this.layoutPromise_.then(this.whenFirstLayoutCompleteResolve_);
return this.layoutPromise_;
}

Expand Down

0 comments on commit 266a08a

Please sign in to comment.