Pārlūkot izejas kodu

Add method to API to toggle fullscreen.

pull/131/head
Matthew Petroff pirms 8 gadiem
vecāks
revīzija
c2da347b66
1 mainītis faili ar 11 papildinājumiem un 0 dzēšanām
  1. +11
    -0
      src/js/pannellum.js

+ 11
- 0
src/js/pannellum.js Parādīt failu

@@ -1894,6 +1894,17 @@ this.getScene = function() {
return config.scene;
}

/**
* Toggle fullscreen.
* @memberof Viewer
* @instance
* @returns {Viewer} `this`
*/
this.toggleFullscreen = function() {
toggleFullscreen();
return this;
}

}

return {


Notiek ielāde…
Atcelt
Saglabāt