removed redundant event_bindings var from Component.ts

pull/6876/head
Tom Shaw 5 years ago
parent 6bdb0eaa0e
commit d580b2553f

@ -252,7 +252,6 @@ if (typeof HTMLElement === 'function') {
export class SvelteComponent {
$$: T$$;
$$set?: ($$props: any) => void;
eventBindings: any;
$destroy() {
destroy_component(this, 1);

Loading…
Cancel
Save