blob: 6c6f901825d9898a13280cd433d68e73296113a8 [file] [log] [blame]
(() => {
const foo = 'foo';
Polymer({
is: 'cr-test-foo',
behaviors: [Polymer.PaperRippleBehavior],
});
})();