Sfoglia il codice sorgente

Fix docstring punctuation.

pull/761/head
Matthew Petroff 5 anni fa
parent
commit
b53f18c7bc
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      src/js/pannellum.js

+ 2
- 2
src/js/pannellum.js Vedi File

@@ -2703,8 +2703,8 @@ this.setHorizonPitch = function(pitch) {
* Before starting rotation, the viewer is panned to `pitch`.
* @memberof Viewer
* @instance
* @param {number} [speed] - Auto rotation speed / direction. If not specified, previous value is used
* @param {number} [pitch] - The pitch to rotate at. If not specified, inital pitch is used
* @param {number} [speed] - Auto rotation speed / direction. If not specified, previous value is used.
* @param {number} [pitch] - The pitch to rotate at. If not specified, inital pitch is used.
* @returns {Viewer} `this`
*/
this.startAutoRotate = function(speed, pitch) {


Caricamento…
Annulla
Salva