ozwaldorf / iron-grid

Iron Grid - A Responsive Grid System for Polymer
MIT License
67 stars 24 forks source link

iron-grid-container is missing Polymer registration #13

Closed TomasAgoston closed 8 years ago

TomasAgoston commented 8 years ago

The latest 3.0.0 version is missing the registration script for the iron-grid-container element:

<script>
    Polymer({
        is: 'iron-grid-container',
    });
</script>
ozwaldorf commented 8 years ago

Fixed