Skip to content

Commit 5dd84b2

Browse files
committed
WSH: Remove additional strict statement
Strict is already declared in the outer function scope
1 parent 6699807 commit 5dd84b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cli/wsh.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ var wshapi = (function(){
7777
if (!Array.prototype.map)
7878
{
7979
Array.prototype.map = function(fun /*, thisArg */ ) {
80-
"use strict";
8180

8281
if (this === void 0 || this === null) {
8382
throw new TypeError();

0 commit comments

Comments
 (0)