PolymerElements / iron-meta

Element for creating and accessing self-organizing meta-databases
25 stars 20 forks source link

Update iron-meta factoryImpl method to have declared optional parameter. #23

Closed tommycli closed 8 years ago

tommycli commented 8 years ago

This is needed for Chromium closure code to compile correctly.

tommycli commented 8 years ago

@jklein24 If this looks okay, could we also get a version roll so Chromium can pick up the new declarations? Thanks!

tommycli commented 8 years ago

Correct, that's the only important line - and if you guys don't want to do opt_, I don't really care. Thanks!

tommycli commented 8 years ago

@jklein24 Okay cool, I boiled down this patch to the bare minimum. (Not changing config to opt_config, as it seems that Polymer does not use that)

jklein24 commented 8 years ago

@rictic would need to help out with the release on this one.

tommycli commented 8 years ago

Alright! Thanks for the merge!