Quellcode durchsuchen

Fix docstring punctuation.

pull/761/head
Matthew Petroff vor 5 Jahren
Ursprung
Commit
b53f18c7bc
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      src/js/pannellum.js

+ 2
- 2
src/js/pannellum.js Datei anzeigen

@@ -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…
Abbrechen
Speichern