mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-27 06:54:01 +00:00
pass undefined through fn closure for better minification
This commit is contained in:
parent
194b2c1ea0
commit
5432dd289a
1 changed files with 1 additions and 1 deletions
|
|
@ -21,4 +21,4 @@
|
||||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
* THE SOFTWARE.
|
* THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
(function(window, document){
|
(function(window, document, undefined){
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue