From 59ef6652eb4b551559550d67f3ef35c0ce9be6b7 Mon Sep 17 00:00:00 2001 From: ntoff Date: Sat, 18 Nov 2017 05:02:44 +1000 Subject: [PATCH] remove use strict testing's over, remove "use strict" --- octoprint_fanspeedslider/static/js/fanslider.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint_fanspeedslider/static/js/fanslider.js b/octoprint_fanspeedslider/static/js/fanslider.js index b6df059..878cf68 100644 --- a/octoprint_fanspeedslider/static/js/fanslider.js +++ b/octoprint_fanspeedslider/static/js/fanslider.js @@ -5,7 +5,7 @@ $(function () { function FanSliderPluginViewModel(parameters) { - 'use strict'; + //'use strict'; var self = this; self.settings = parameters[0];