Skip to content

Commit fbede7d

Browse files
committed
Change function name (nonStandardAPI -> experimentalAPI)
1 parent 7fe1167 commit fbede7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

polyfill/spatnav-heuristic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,7 @@
11501150
});
11511151

11521152

1153-
function addNonStandardAPI() {
1153+
function activeExperimentalAPI() {
11541154
function canScroll(container, dir) {
11551155
return (isScrollable(container, dir) && !isScrollBoundary(container, dir)) ||
11561156
(!container.parentElement && !isHTMLScrollBoundary(container, dir));
@@ -1312,6 +1312,6 @@
13121312
getKeyMode : () => spatialNaviagtionKeyMode
13131313
};
13141314
}
1315-
addNonStandardAPI();
1315+
activeExperimentalAPI();
13161316

13171317
})(window, document);

0 commit comments

Comments
 (0)