mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
move stuff to js/utils
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
|
||||
(function(ionic) {
|
||||
ionic.Animator = {
|
||||
animate: function(element, className, fn) {
|
||||
@ -40,4 +41,4 @@
|
||||
};
|
||||
}
|
||||
};
|
||||
})(window.ionic);
|
||||
})(ionic);
|
||||
Reference in New Issue
Block a user