Skip to content

Commit

Permalink
Merge pull request ampproject#2103 from cramforce/saucy
Browse files Browse the repository at this point in the history
Deleting code is hard.
  • Loading branch information
cramforce committed Feb 18, 2016
2 parents 5ab2733 + cbebca0 commit 200aa43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/_init_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ sinon.sandbox.create = function(config) {
// Global cleanup of tags added during tests. Cool to add more
// to selector.
afterEach(() => {
const cleanup = document.querySelectorAll('link,meta,iframe');
const cleanup = document.querySelectorAll('link,meta');
for (let i = 0; i < cleanup.length; i++) {
try {
const element = cleanup[i];
Expand Down

0 comments on commit 200aa43

Please sign in to comment.