Skip to content

Commit

Permalink
Remove todo comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
elektronik2k5 committed Jun 30, 2016
1 parent c0cda0c commit c72579f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ describe('get', function() {
it(
'should not fail on an object with a null prototype',
function assertSuccessForObjWithNullProto(){
// TODO: verify this works on node 0.10
var foo = 'FOO';
var objWithNullProto = Object.create(null);
objWithNullProto.foo = foo;
Expand Down

0 comments on commit c72579f

Please sign in to comment.