Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolan Lawson committed Aug 31, 2017
1 parent 210743c commit e4bf8a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion intersection-observer/isIntersecting-change-events.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
}, "isIntersecting changes should trigger notifications.");

function step0() {
console.log(entries)
assert_equals(entries.length, 3, "Has 3 initial notifications.");
checkRect(entries[0].boundingClientRect, [0, 100, 0, 100], "Check 1st entry rect");
assert_equals(entries[0].target.id, 'target1', "Check 1st entry target id.");
Expand Down

0 comments on commit e4bf8a3

Please sign in to comment.