Skip to content

Commit

Permalink
remove unused timeline var
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpolacek committed Sep 18, 2012
1 parent 64ba2c6 commit 5c2b7aa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions js/jquery.superscrollorama.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@


var animObjects = [], var animObjects = [],
pinnedObjects = [], pinnedObjects = [],
didScrollCheck = false, didScrollCheck = false;
timeline = new TimelineLite();


// PRIVATE FUNCTIONS // PRIVATE FUNCTIONS


Expand Down Expand Up @@ -215,6 +214,6 @@
init(); init();


return superscrollorama; return superscrollorama;
}; };


})(jQuery); })(jQuery);

0 comments on commit 5c2b7aa

Please sign in to comment.