Bladeren bron

Fix docstring punctuation.

pull/761/head
Matthew Petroff 5 jaren geleden
bovenliggende
commit
b53f18c7bc
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. +2
    -2
      src/js/pannellum.js

+ 2
- 2
src/js/pannellum.js Bestand weergeven

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


Laden…
Annuleren
Opslaan