From 946502185e20c327fd3e5fa8223bfe3ba1d77485 Mon Sep 17 00:00:00 2001 From: Nikolas LeBlanc Date: Thu, 17 Dec 2015 16:40:43 -0500 Subject: [PATCH] Setup empty arrays before evaluating ionic.CSS --- js/utils/poly.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/utils/poly.js b/js/utils/poly.js index 818a680bb26..ad892c14467 100644 --- a/js/utils/poly.js +++ b/js/utils/poly.js @@ -3,6 +3,8 @@ // Ionic CSS polyfills ionic.CSS = {}; + ionic.CSS.TRANSITION = []; + ionic.CSS.TRANSFORM = []; (function() {