From b87883607eb7483bebca6bdf38f100e67d9df212 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Fri, 19 Feb 2016 17:10:11 +0200 Subject: [PATCH] Remove extra use-strict from browser-update --- lib/utils/browser-update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/browser-update.js b/lib/utils/browser-update.js index b4b34d0b..7e08bc7c 100644 --- a/lib/utils/browser-update.js +++ b/lib/utils/browser-update.js @@ -1,5 +1,5 @@ /*eslint no-unused-vars: 0*/ -'use strict'; +/*eslint strict: 0*/ var $buoop = { vs: {i:9, f:25, o:12.1, s:7}, c:2 }; function $buo_f(){ var e = document.createElement('script');