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:
@ -11,4 +11,4 @@
|
||||
destroy: function() {
|
||||
}
|
||||
};
|
||||
})(this.ionic);
|
||||
})(window.ionic);
|
||||
|
||||
Reference in New Issue
Block a user