mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 14:19:17 +08:00
Removed excessive js file wrapping code
I don't think we need to pass in window or document.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
(function(window, document, ion) {
|
||||
(function(ionic) {
|
||||
|
||||
ion.Utils = {
|
||||
ionic.Utils = {
|
||||
/**
|
||||
* extend method,
|
||||
* also used for cloning when dest is an empty object
|
||||
@ -19,4 +19,4 @@
|
||||
return dest;
|
||||
},
|
||||
}
|
||||
})(this, document, ion = this.ion || {});
|
||||
})(window.ionic);
|
||||
|
||||
Reference in New Issue
Block a user