From 689126c57d6f40eb7ed19ca60292703c761a5e8b Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Mon, 10 Oct 2022 10:53:04 +0200 Subject: [PATCH] Drop `ifvisible` as it was only used for Prefetch and that feature was removed in v2.17 --- .eslintrc.js | 2 -- README.md | 2 +- dev/External/ifvisible.js | 40 --------------------------------------- tasks/config.js | 1 - 4 files changed, 1 insertion(+), 44 deletions(-) delete mode 100644 dev/External/ifvisible.js diff --git a/.eslintrc.js b/.eslintrc.js index 80846798b..06370b344 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -27,8 +27,6 @@ module.exports = { 'SquireUI': "readonly", // node_modules/knockout but dev/External/ko.js is used 'ko': "readonly", - // dev/External/ifvisible.js - 'ifvisible': "readonly", // vendors/routes/ 'hasher': "readonly", 'Crossroads': "readonly", diff --git a/README.md b/README.md index 72bdeb37f..4c849d6bd 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,6 @@ The result is faster and smaller download code (good for mobile networks). * boot.js without webpack overhead * Modified Jua.js to be without jQuery * Replaced Autolinker with simple https/email detection -* Replaced ifvisible.js with simple drop-in replacement * Replaced momentToNode with proper HTML5 `