Procházet zdrojové kódy

Expose showPreview

Stéphane Este-Gracias před 4 roky
rodič
revize
9c83edbf13
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      js/reveal.js

+ 3 - 0
js/reveal.js

@@ -2461,6 +2461,9 @@ export default function( revealElement, options ) {
 		// Randomizes the order of slides
 		shuffle,
 
+		// Opens a preview window for the target URL
+		showPreview,
+
 		// Returns an object with the available routes as booleans (left/right/top/bottom)
 		availableRoutes,