mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Added quick create ionic object in JS code
Makes it easy to include a few ionic files here and there.
This commit is contained in:
@ -106,4 +106,4 @@
|
||||
// Set up various listeners
|
||||
window.addEventListener('click', ionic.EventController.handleClick);
|
||||
|
||||
})(window.ionic);
|
||||
})(ionic = window.ionic || {});
|
||||
|
||||
Reference in New Issue
Block a user