Skip to content

Commit 9465021

Browse files
Setup empty arrays before evaluating ionic.CSS
1 parent 59c68aa commit 9465021

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/utils/poly.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
// Ionic CSS polyfills
55
ionic.CSS = {};
6+
ionic.CSS.TRANSITION = [];
7+
ionic.CSS.TRANSFORM = [];
68

79
(function() {
810

0 commit comments

Comments
 (0)