]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blobdiff - javascript/background.js
convert JS to ES6 modules
[chrome-ext/clearhistory-advance-fork.git] / javascript / background.js
index 9473cdaa6c40b99fd28d4d2b4e5c31c9bc2b83f3..77069e8cf506e32bf00125d7dc645fd4b2a549a8 100644 (file)
@@ -5,7 +5,7 @@
  * @author arunjit@google.com (Arunjit Singh)
  */
 
-var CONSTANTS = {
+export const CONSTANTS = {
   /**
    * The available time ranges (in hours). -1 => eternity.
    * @type {Array.<number>}