mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Add strict mode directive to a few more files.
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
;(function() {
|
;(function() {
|
||||||
|
'use strict';
|
||||||
|
|
||||||
/** Used to access the Firebug Lite panel (set by `run`). */
|
/** Used to access the Firebug Lite panel (set by `run`). */
|
||||||
var fbPanel;
|
var fbPanel;
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
'use strict';
|
||||||
|
|
||||||
self.console || (self.console = { 'log': function() {} });
|
self.console || (self.console = { 'log': function() {} });
|
||||||
|
|
||||||
addEventListener('message', function(e) {
|
addEventListener('message', function(e) {
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
;(function() {
|
;(function() {
|
||||||
|
'use strict';
|
||||||
|
|
||||||
/** Used as a safe reference for `undefined` in pre-ES5 environments. */
|
/** Used as a safe reference for `undefined` in pre-ES5 environments. */
|
||||||
var undefined;
|
var undefined;
|
||||||
|
|||||||
Reference in New Issue
Block a user