Skip to content

Commit

Permalink
Fixed #55: multiple scrolloramas are now possible
Browse files Browse the repository at this point in the history
Also fixes #45.
  • Loading branch information
callumacrae committed Jan 7, 2015
1 parent 55261f7 commit 30bfe89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/jquery.scrollorama.js
Expand Up @@ -8,7 +8,7 @@

(function($) {
$.scrollorama = function(options) {
var scrollorama = this,
var scrollorama = {},
blocks = [],
browserPrefix = '',
ieVersion = '',
Expand Down Expand Up @@ -588,4 +588,4 @@ function uaMatch(ua) {
browser: match[ 1 ] || "",
version: match[ 2 ] || "0"
};
}
}

0 comments on commit 30bfe89

Please sign in to comment.