7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
|
/**
|
||
|
* This is used to compile a self-registering
|
||
|
* es5 compatible version of the plugin.
|
||
|
*/
|
||
|
|
||
|
import plugin from './notes.js'
|
||
|
Reveal.registerPlugin( plugin );
|