Procházet zdrojové kódy

Add method to retrieve viewer's container element (implements #463).

tags/2.4.0
Matthew Petroff před 6 roky
rodič
revize
67cd2f5c93
1 změnil soubory, kde provedl 10 přidání a 0 odebrání
  1. +10
    -0
      src/js/pannellum.js

+ 10
- 0
src/js/pannellum.js Zobrazit soubor

@@ -2709,6 +2709,16 @@ this.getConfig = function() {
}

/**
* Get viewer's container element.
* @memberof Viewer
* @instance
* @returns {HTMLElement} Container `div` element
*/
this.getContainer = function() {
return container;
}

/**
* Add a new hot spot.
* @memberof Viewer
* @instance


Načítá se…
Zrušit
Uložit