Sfoglia il codice sorgente

removed unnecessary function from return.

Yuto Iwata 7 anni fa
parent
commit
b16394f904
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      src/client/js/util/reveal/plugins/markdown.js

+ 0 - 3
src/client/js/util/reveal/plugins/markdown.js

@@ -368,12 +368,9 @@ export default function( marked ) {
   return {
   return {
     getMarkdownFromSlide: getMarkdownFromSlide,
     getMarkdownFromSlide: getMarkdownFromSlide,
     getForwardedAttributes: getForwardedAttributes,
     getForwardedAttributes: getForwardedAttributes,
-    getSlidifyOptions: getSlidifyOptions,
     createMarkdownSlide: createMarkdownSlide,
     createMarkdownSlide: createMarkdownSlide,
     slidify: slidify,
     slidify: slidify,
     processSlides: processSlides,
     processSlides: processSlides,
-    addAttributeInElement: addAttributeInElement,
-    addAttributes: addAttributes,
     convertSlides: convertSlides
     convertSlides: convertSlides
   };
   };