|
@@ -2461,9 +2461,6 @@ export default function( revealElement, options ) {
|
|
// Randomizes the order of slides
|
|
// Randomizes the order of slides
|
|
shuffle,
|
|
shuffle,
|
|
|
|
|
|
- // Opens a preview window for the target URL
|
|
|
|
- showPreview,
|
|
|
|
-
|
|
|
|
// Returns an object with the available routes as booleans (left/right/top/bottom)
|
|
// Returns an object with the available routes as booleans (left/right/top/bottom)
|
|
availableRoutes,
|
|
availableRoutes,
|
|
|
|
|
|
@@ -2503,6 +2500,10 @@ export default function( revealElement, options ) {
|
|
loadSlide: slideContent.load.bind( slideContent ),
|
|
loadSlide: slideContent.load.bind( slideContent ),
|
|
unloadSlide: slideContent.unload.bind( slideContent ),
|
|
unloadSlide: slideContent.unload.bind( slideContent ),
|
|
|
|
|
|
|
|
+ // Preview management
|
|
|
|
+ showPreview,
|
|
|
|
+ hidePreview: closeOverlay,
|
|
|
|
+
|
|
// Adds or removes all internal event listeners
|
|
// Adds or removes all internal event listeners
|
|
addEventListeners,
|
|
addEventListeners,
|
|
removeEventListeners,
|
|
removeEventListeners,
|