Skip to content

Commit

Permalink
Merge commit '3177abac8168' into 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
annasob committed Dec 20, 2010
2 parents 3319016 + 3177aba commit a9d2963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popcorn.js
Expand Up @@ -608,7 +608,7 @@
// the events commence

if ( "_setup" in setup && typeof setup._setup === "function" ) {
setup._setup.call(self, options);
setup._setup.call(this, options);
}


Expand Down

0 comments on commit a9d2963

Please sign in to comment.