Skip to content

Instantly share code, notes, and snippets.

@daKmoR
Created February 18, 2020 12:24
Show Gist options
  • Save daKmoR/16719b028f1dd2f5d0bf50e14a899227 to your computer and use it in GitHub Desktop.
Save daKmoR/16719b028f1dd2f5d0bf50e14a899227 to your computer and use it in GitHub Desktop.
Markdium-What is a Mixin?
import { specialAddEventListener } from './helpers.js';
specialAddEventListener(this, 'click', () => console.log('clicked'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment