Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
chakrashim: remove a jslint comment
Browse files Browse the repository at this point in the history
Updated jslint tool chain now complains on the extra declaration. Removing
it makes jslint clean.

PR-URL: #57
Reviewed-By: Sandeep Agarwal <Agarwal.Sandeep@microsoft.com>
  • Loading branch information
Jianchun Xu committed Apr 16, 2016
1 parent 5dafb03 commit 589206a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deps/chakrashim/lib/chakra_shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@
URIError
].forEach(function(type) {
var newType = function __newType() {
/*global new target*/
var e = withStackTraceLimitOffset(
3, () => Reflect_construct(type, arguments, new.target || newType));
// skip 3 frames: lambda, withStackTraceLimitOffset, this frame
Expand Down

0 comments on commit 589206a

Please sign in to comment.