Closed jmmk closed 7 years ago
jQuery can be called as a function(jQuery(...)), but currently in the extern we generate var jQuery = {...}. Does this cause any issues or miss any Google Closure optimizations?
jQuery(...)
var jQuery = {...}
Closed in favor of #22
jQuery can be called as a function(
jQuery(...)
), but currently in the extern we generatevar jQuery = {...}
. Does this cause any issues or miss any Google Closure optimizations?