Skip to content

Commit

Permalink
Removing internal variable 'instance' from global scope
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick authored and danwrong committed Dec 8, 2010
1 parent de014e9 commit f62adc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lowpro.jquery.js
Expand Up @@ -113,7 +113,7 @@

var attachBehavior = function(el, behavior, args) {
var wrapper = behaviorWrapper(behavior);
instance = new wrapper(el, args);
var instance = new wrapper(el, args);

bindEvents(instance);

Expand Down

0 comments on commit f62adc5

Please sign in to comment.