/**
 * This is used to compile a self-registering
 * es5 compatible version of the plugin.
 */

import plugin from './math.js'
Reveal.registerPlugin( plugin );