aboutsummaryrefslogtreecommitdiff
path: root/plugin/zoom/zoom.es5
blob: 71a2f1a47875eb15b87093e23047adf83f789d07 (plain)
1
2
3
4
5
6
7
/**
 * This is used to compile a self-registering
 * es5 compatible version of the plugin.
 */

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