Skip to content

Commit

Permalink
Remove unused code from Select effect plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchirls committed Jan 15, 2014
1 parent dc2e692 commit aac3365
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions effects/seriously.select.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@
me.resize();
}

function updateAndResize() {
update();
me.resize();
}

if (typeof options === 'number' && options >= 2) {
count = options;
} else {
Expand Down

0 comments on commit aac3365

Please sign in to comment.