Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Update src/outro.js
Browse files Browse the repository at this point in the history
Don't pass in undefined to the outer closure (not needed, since the value of any input not defined is already going to be undefined).
  • Loading branch information
timtucker committed Sep 4, 2012
1 parent b24ae65 commit 5b469e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/outro.js
@@ -1,2 +1,2 @@
}));
}( window, document, undefined ));
}( window, document ));

0 comments on commit 5b469e4

Please sign in to comment.