Skip to content

Commit

Permalink
Removed unused properties
Browse files Browse the repository at this point in the history
  • Loading branch information
vb committed Sep 21, 2016
1 parent 12cd512 commit 3f5d34f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lazyframe.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ const Lazyframe = () => {
src: undefined,
thumbnail: undefined,
title: undefined,
width: undefined,
height: undefined,
apikey: undefined,
initialized: false,
y: undefined,
Expand Down Expand Up @@ -67,7 +65,7 @@ const Lazyframe = () => {
settings = Object.assign({}, defaults, args[0]);

if (typeof elements === 'string') {

const selector = document.querySelectorAll(elements);
for (let i = 0; i < selector.length; i++) {
loop(selector[i]);
Expand Down

0 comments on commit 3f5d34f

Please sign in to comment.