Explorar el Código

added reveal.js growi-renderer plugin file.

Yuto Iwata hace 7 años
padre
commit
4ebb7b6992
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      src/client/js/util/reveal/plugins/growi-renderer.js

+ 7 - 0
src/client/js/util/reveal/plugins/growi-renderer.js

@@ -0,0 +1,7 @@
+/**
+ * reveal.js growi-renderer plugin.
+ */
+(function() {
+  // import GrowiRenderer from '../../GrowiRenderer';
+  let growiRenderer;
+});