From 2aa3ebb16be9176d25283bddf8dda55e7077b2c3 Mon Sep 17 00:00:00 2001 From: Calvin Walton Date: Fri, 6 Jan 2017 10:19:38 -0500 Subject: [PATCH] "use strict"; should never be used at top level in a JS file This can create weird conflicts when using other libraries --- .../presentation/playback/presentation/0.9.0/lib/writing.js | 1 - 1 file changed, 1 deletion(-) diff --git a/record-and-playback/presentation/playback/presentation/0.9.0/lib/writing.js b/record-and-playback/presentation/playback/presentation/0.9.0/lib/writing.js index 80fcb462f2..b53f42ab7c 100755 --- a/record-and-playback/presentation/playback/presentation/0.9.0/lib/writing.js +++ b/record-and-playback/presentation/playback/presentation/0.9.0/lib/writing.js @@ -19,7 +19,6 @@ // - - - START OF GLOBAL VARIABLES - - - // -"use strict"; function getUrlParameters() { console.log("** Getting url params");