mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Remove unneeded "use strict" directive.
This commit is contained in:
@@ -798,7 +798,6 @@
|
|||||||
|
|
||||||
/** Used as `baseAssign`. */
|
/** Used as `baseAssign`. */
|
||||||
var nativeAssign = (function() {
|
var nativeAssign = (function() {
|
||||||
'use strict';
|
|
||||||
// Avoid `Object.assign` in Firefox 34-37 which have an early implementation
|
// 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
|
// with a now defunct try/catch behavior. See https://bugzilla.mozilla.org/show_bug.cgi?id=1103344
|
||||||
// for more details.
|
// for more details.
|
||||||
|
|||||||
Reference in New Issue
Block a user