Skip to content

Commit

Permalink
pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kmh287 committed Apr 25, 2017
1 parent 26d92d3 commit 41ddb7e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions extensions/amp-bind/0.1/amp-state.js
Expand Up @@ -29,8 +29,10 @@ export class AmpState extends AMP.BaseElement {
constructor(element) {
super(element);

/** @visibleForTesting {?Promise} */
this.updateStatePromise = null;
if (getMode().test) {
/** @visibleForTesting {?Promise} */
this.updateStatePromise = null;
}
}


Expand Down

0 comments on commit 41ddb7e

Please sign in to comment.