yeoman / generator-polymer

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

Remove use strict #221

Closed chuckh closed 9 years ago

chuckh commented 9 years ago

Having use strict causes errors when running gulp or gulp serve:dist such as:

you get an error Error in plugin 'gulp-jshint' Message: JSHint failed for: /Users/chuckh/DevPolymerLocal/ygp1/app/elements/my-element/my-element.html

line 28 col 3 Missing 'new' prefix when invoking a constructor.

robdodson commented 9 years ago

Would you mind adding a line break after line 36? otherwise LGTM :)

robdodson commented 9 years ago

I just squash merged it and added the line break. Thanks @chuckh!