Skip to content

Commit

Permalink
rename (ampproject#21101)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouyx authored and bramanudom committed Mar 22, 2019
1 parent aeb8f2e commit 26580b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extensions/amp-analytics/0.1/variables.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ const TAG = 'amp-analytics/variables';
const VARIABLE_ARGS_REGEXP = /^(?:([^\s]*)(\([^)]*\))|[^]+)$/;

const EXTERNAL_CONSENT_POLICY_STATE_STRING = {
1: 'accepted',
2: 'rejected',
3: 'unknown_not_required',
4: 'dismissed',
1: 'sufficient',
2: 'insufficient',
3: 'not_required',
4: 'unknown',
};

/** @typedef {{name: string, argList: string}} */
Expand Down

0 comments on commit 26580b6

Please sign in to comment.