pass undefined through fn closure for better minification

This commit is contained in:
Misko Hevery 2011-03-09 13:41:16 -08:00
parent 194b2c1ea0
commit 5432dd289a

View file

@ -21,4 +21,4 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
(function(window, document){
(function(window, document, undefined){