move stuff to js/utils

This commit is contained in:
Adam Bradley
2013-10-01 10:45:20 -05:00
parent 7386f3f468
commit a0a720988d
9 changed files with 166 additions and 167 deletions

View File

@ -1,3 +1,4 @@
(function(ionic) {
ionic.Animator = {
animate: function(element, className, fn) {
@ -40,4 +41,4 @@
};
}
};
})(window.ionic);
})(ionic);