Skip to content

Commit daf71c7

Browse files
committed
Merge pull request #4815 from nikolasleblanc/master
Setup empty arrays before evaluating ionic.CSS
2 parents 59c68aa + 9465021 commit daf71c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: js/utils/poly.js

+2
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)