Reviewers: shindig.remailer_gmail.com,
Description:
...in addition to attributes on the resource itself.
Eg.
<gadget attribFoo="foo">
<script src="resource.js" attribBar="bar"/>
</gadget>
The FeatureResource object corresponding to "resource.js" will get Map
with attribFoo and attribBar.
Please review this at http://codereview.appspot.com/948042/show
Affected files:
java/gadgets/src/main/java/org/apache/shindig/gadgets/features/FeatureRegistry.java
java/gadgets/src/test/java/org/apache/shindig/gadgets/features/FeatureRegistryTest.java