Skip to content

Commit

Permalink
WSH: Remove additional strict statement
Browse files Browse the repository at this point in the history
Strict is already declared in the outer function scope
  • Loading branch information
nschonni committed May 13, 2014
1 parent 6699807 commit 5dd84b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli/wsh.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ var wshapi = (function(){
if (!Array.prototype.map)
{
Array.prototype.map = function(fun /*, thisArg */ ) {
"use strict";

if (this === void 0 || this === null) {
throw new TypeError();
Expand Down

0 comments on commit 5dd84b2

Please sign in to comment.