yeoman / generator-polymer

Scaffold out a Polymer project
http://polymer-project.org
926 stars 150 forks source link

Remove `use strict` in elements. Fixes #80 #81

Closed addyosmani closed 10 years ago

addyosmani commented 10 years ago

Unfortunately you can only use strict mode if you never use super(). There is at present no workaround to this problem and so we need to drop this from the element boilerplate.

robdodson commented 10 years ago

LGTM, thanks!