Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
heuzef
/
pannellum
espelho de
https://github.com/mpetroff/pannellum.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
22
Wiki
Trabalho
Ver a proveniência
Avoid race condition between `updateOnce()` and `setUpdate(true)`.
pull/1140/head
Matthew Petroff
há 1 ano
ascendente
204241e715
cometimento
3aab61fd2a
1 ficheiros alterados
com
1 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-0
src/js/pannellum.js
+ 1
- 0
src/js/pannellum.js
Ver ficheiro
@@ -3058,6 +3058,7 @@ this.getRenderer = function() {
this.setUpdate = function(bool) {
update = bool === true;
if (update) {
updateOnce = false;
if (renderer === undefined)
onImageLoad();
else
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar