Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Automated rollback of commit 4b81cb9.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 558187347
Change-Id: I8c1f1e40f774b21766986cda314caeef00a025a2
  • Loading branch information
Closure Team authored and copybara-github committed Aug 18, 2023
1 parent 4b81cb9 commit 84a9b39
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions closure/goog/dom/classlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ goog.require('goog.array');
* Override this define at build-time if you know your target supports it.
* @define {boolean} Whether to use the classList property (DOMTokenList).
*/
goog.dom.classlist.ALWAYS_USE_DOM_TOKEN_LIST = goog.define(
'goog.dom.classlist.ALWAYS_USE_DOM_TOKEN_LIST',
goog.FEATURESET_YEAR >= 2018);
goog.dom.classlist.ALWAYS_USE_DOM_TOKEN_LIST =
goog.define('goog.dom.classlist.ALWAYS_USE_DOM_TOKEN_LIST', false);


/**
Expand Down

0 comments on commit 84a9b39

Please sign in to comment.