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,4 +1,4 @@
|
||||
(function(window, document, ionic) {
|
||||
(function(ionic) {
|
||||
NavController = function(opts) {
|
||||
var _this = this;
|
||||
|
||||
@ -102,4 +102,4 @@
|
||||
},
|
||||
|
||||
};
|
||||
})(this, document, this.ionic || {});
|
||||
})(window.ionic);
|
||||
|
||||
Reference in New Issue
Block a user