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
Use an outer closure for caching window / document / undefined rather than trying to combine with AMD factory function (though simpler, it may cause some problems)
  • Loading branch information
timtucker committed Sep 3, 2012
1 parent 30fdc8a commit b24ae65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/outro.js
@@ -1 +1,2 @@
}), window, document, undefined );
}));
}( window, document, undefined ));

0 comments on commit b24ae65

Please sign in to comment.