Ver código fonte

Add method to API to toggle fullscreen.

pull/131/head
Matthew Petroff 8 anos atrás
pai
commit
c2da347b66
1 arquivos alterados com 11 adições e 0 exclusões
  1. +11
    -0
      src/js/pannellum.js

+ 11
- 0
src/js/pannellum.js Ver arquivo

@@ -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 {


Carregando…
Cancelar
Salvar