mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +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) {
|
||||
|
||||
TabBarController = function(options) {
|
||||
this.tabBar = options.tabBar;
|
||||
@ -119,4 +119,4 @@ TabBarController.prototype = {
|
||||
},
|
||||
}
|
||||
|
||||
})(this, document, ion = this.ionic || {});
|
||||
})(window.ionic);
|
||||
|
||||
Reference in New Issue
Block a user