googlearchive / paper-radio-button

A radio button à la Material Design
11 stars 7 forks source link

Add Closure compiler externs and a concrete EventType enum. #8

Closed jklein24 closed 10 years ago

jklein24 commented 10 years ago

Note that the externs are dependent on the Polymer externs in the pull request at Polymer/polymer#769.

nevir commented 10 years ago

Let's smush these into a single externs.js file for brevity, and add it to bower.json's ignore

jklein24 commented 10 years ago

Same reasoning as https://github.com/Polymer/paper-checkbox/pull/18:

"Unfortunately, we can't combine these into one file since the eventtype file is not an @externs file. Dependencies are managed differently between externs and non-externs, so I believe they'll need to stay separated."