ibm-js / requirejs-dplugins

AMD plugins for RequireJS
http://ibm-js.github.io/requirejs-dplugins/
Other
6 stars 9 forks source link

svg plugin sample should use return value from plugin #32

Closed wkeese closed 8 years ago

wkeese commented 8 years ago

After #29 the svg! plugin returns the ID of the SVG graphic. Presumably samples/svg.html should use that ID returned from the plugin rather than assuming what the ID is. At least for me, that was the point of #29.