Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove redundant var.
  • Loading branch information
philbooth committed Mar 12, 2014
1 parent e4ace9f commit 9fb6322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boomerang.js
Expand Up @@ -285,7 +285,7 @@ boomr = {
},

pushVars: function (arr, vars, prefix) {
var k, enc, n=0;
var k, n=0;

for(k in vars) {
if(vars.hasOwnProperty(k)) {
Expand Down

0 comments on commit 9fb6322

Please sign in to comment.