Remove unneeded "use strict" directive.

This commit is contained in:
jdalton
2015-04-14 12:54:30 -07:00
parent 637a6b5f7e
commit f4d06e5183

View File

@@ -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.