Skip to content

Commit

Permalink
Define INTERSECTION_OBSERVER_POLYFILL_INABOX experiment (#28367)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Voytenko committed May 13, 2020
1 parent 2cbcf07 commit 5efb1d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 8 additions & 1 deletion build-system/global-configs/experiments-config.json
@@ -1,5 +1,12 @@
{
"experimentA": {},
"experimentA": {
"name": "IntersectionObserverPolyfillInabox",
"environment": "INABOX",
"command": "gulp dist --define_experiment_constant=INTERSECTION_OBSERVER_POLYFILL_INABOX",
"issue": "https://github.com/ampproject/amphtml/issues/27807",
"expirationDateUTC": "2020-06-30",
"defineExperimentConstant": "INTERSECTION_OBSERVER_POLYFILL_INABOX"
},
"experimentB": {},
"experimentC": {}
}
1 change: 0 additions & 1 deletion build-system/global-configs/experiments-const.json
@@ -1,5 +1,4 @@
{
"INTERSECTION_OBSERVER_POLYFILL": true,
"INTERSECTION_OBSERVER_POLYFILL_INABOX": false,
"MOVE_FIXED_LAYER": false
}

0 comments on commit 5efb1d9

Please sign in to comment.