Skip to content

Commit

Permalink
Merge pull request #4815 from nikolasleblanc/master
Browse files Browse the repository at this point in the history
Setup empty arrays before evaluating ionic.CSS
  • Loading branch information
mlynch committed Dec 17, 2015
2 parents 59c68aa + 9465021 commit daf71c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/utils/poly.js
Expand Up @@ -3,6 +3,8 @@

// Ionic CSS polyfills
ionic.CSS = {};
ionic.CSS.TRANSITION = [];
ionic.CSS.TRANSFORM = [];

(function() {

Expand Down

0 comments on commit daf71c7

Please sign in to comment.