notes.es5 160 B

1234567
  1. /**
  2. * This is used to compile a self-registering
  3. * es5 compatible version of the plugin.
  4. */
  5. import plugin from './notes.js'
  6. Reveal.registerPlugin( plugin );