Skip to content

Commit

Permalink
user().assert --> userAssert
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri committed Jan 14, 2020
1 parent d44a92c commit 709c945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-list/0.1/amp-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ export class AmpList extends AMP.BaseElement {
getAmpStateJson_(src) {
const ampStatePath = src.substring(AMP_STATE_URI_SCHEME.length);
return Services.bindForDocOrNull(this.element).then(bind => {
user().assert(
userAssert(
bind,
'"amp-state:" URLs require amp-bind to be installed.',
this.element
Expand Down

0 comments on commit 709c945

Please sign in to comment.