From dc36b1efebbe2a7f8f73c66a8689c5aeaa97e4b9 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sun, 27 Aug 2017 18:45:03 +0200 Subject: The javascript library is now running in strict mode. --- static/bigpipe.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/bigpipe.js b/static/bigpipe.js index 4de6200..43189a4 100755 --- a/static/bigpipe.js +++ b/static/bigpipe.js @@ -2,6 +2,7 @@ // BigPipe Module //============================================================================== BigPipe = (function() { + "use strict"; //============================================================================== // PhaseDoneJS: Responsible for Pagelet and Resource -- cgit v1.2.3