No ticket: Reduce size in anticipation of Sizzle-free builds

This commit is contained in:
Richard Gibson
2013-02-22 16:33:52 -05:00
parent 6cb58e4861
commit dbf3056b25
2 changed files with 4 additions and 3 deletions

View File

@@ -10,8 +10,9 @@ var
core_strundefined = typeof undefined,
// Use the correct document accordingly with window argument (sandbox)
document = window.document,
location = window.location,
document = window.document,
docElem = document.documentElement,
// Map over jQuery in case of overwrite
_jQuery = window.jQuery,