Inline JavaScript
bennypowers opened this issue · 2 comments
bennypowers commented
Nice plugin!
Would love to have structure of inline javascript
<dom-module id="my-element">
<template>
<!-- etc -->
</template>
<script>
// structure me!
Polymer({
is: 'my-element',
method: function() {},
_private: () => true,
});
</script>
</dom-module>
Great work!
Joouis commented
@bennypowers Thank you. The structure of inline javascript is in the plan.