From f4d06e5183cd9fb45a200b134076609648dfa1a1 Mon Sep 17 00:00:00 2001 From: jdalton Date: Tue, 14 Apr 2015 12:54:30 -0700 Subject: [PATCH] Remove unneeded "use strict" directive. --- lodash.src.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lodash.src.js b/lodash.src.js index c0c824462..bd1095093 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -798,7 +798,6 @@ /** Used as `baseAssign`. */ var nativeAssign = (function() { - 'use strict'; // Avoid `Object.assign` in Firefox 34-37 which have an early implementation // with a now defunct try/catch behavior. See https://bugzilla.mozilla.org/show_bug.cgi?id=1103344 // for more details.