From 852d6ca2e2b5a61d672d0ef0ac9d3e766aced65e Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 28 Jul 2016 14:10:00 +0300 Subject: classList polyfill --- juick-www/package.json | 1 + juick-www/src/main/static/scripts.js | 1 + 2 files changed, 2 insertions(+) (limited to 'juick-www') diff --git a/juick-www/package.json b/juick-www/package.json index f8ab05f3..47fc949a 100644 --- a/juick-www/package.json +++ b/juick-www/package.json @@ -24,6 +24,7 @@ }, "dependencies": { "autosize": "^3.0.16", + "classlist.js": "^1.1.20150312", "element-closest": "^2.0.1", "whatwg-fetch": "^1.0.0" } diff --git a/juick-www/src/main/static/scripts.js b/juick-www/src/main/static/scripts.js index cca9545f..8a9de0df 100644 --- a/juick-www/src/main/static/scripts.js +++ b/juick-www/src/main/static/scripts.js @@ -1,6 +1,7 @@ var autosize = require('autosize'); require('whatwg-fetch'); require('element-closest'); +require('classlist.js'); NodeList.prototype.forEach = Array.prototype.forEach; HTMLCollection.prototype.forEach = Array.prototype.forEach; -- cgit v1.2.3