Skip to content

Commit

Permalink
Setup empty arrays before evaluating ionic.CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasleblanc committed Dec 17, 2015
1 parent 59c68aa commit 9465021
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 9465021

Please sign in to comment.