photo-sphere-viewer
Advanced tools
Comparing version 4.0.1 to 4.0.2
/*! | ||
* Photo Sphere Viewer 4.0.0 | ||
* Photo Sphere Viewer 4.0.2 | ||
* @copyright 2014-2015 Jérémy Heleine | ||
@@ -4,0 +4,0 @@ * @copyright 2015-2020 Damien "Mistic" Sorel |
/*! | ||
* Photo Sphere Viewer 4.0.0 | ||
* Photo Sphere Viewer 4.0.2 | ||
* @copyright 2014-2015 Jérémy Heleine | ||
@@ -4,0 +4,0 @@ * @copyright 2015-2020 Damien "Mistic" Sorel |
/*! | ||
* Photo Sphere Viewer 4.0.0 | ||
* Photo Sphere Viewer 4.0.2 | ||
* @copyright 2014-2015 Jérémy Heleine | ||
@@ -73,2 +73,3 @@ * @copyright 2015-2020 Damien "Mistic" Sorel | ||
* @returns {number[]} | ||
* @private | ||
*/ | ||
@@ -86,2 +87,3 @@ | ||
* @returns {number[]} | ||
* @private | ||
*/ | ||
@@ -88,0 +90,0 @@ |
/*! | ||
* Photo Sphere Viewer 4.0.0 | ||
* Photo Sphere Viewer 4.0.2 | ||
* @copyright 2014-2015 Jérémy Heleine | ||
@@ -4,0 +4,0 @@ * @copyright 2015-2020 Damien "Mistic" Sorel |
/*! | ||
* Photo Sphere Viewer 4.0.0 | ||
* Photo Sphere Viewer 4.0.2 | ||
* @copyright 2014-2015 Jérémy Heleine | ||
@@ -4,0 +4,0 @@ * @copyright 2015-2020 Damien "Mistic" Sorel |
/*! | ||
* Photo Sphere Viewer 4.0.0 | ||
* Photo Sphere Viewer 4.0.2 | ||
* @copyright 2014-2015 Jérémy Heleine | ||
@@ -4,0 +4,0 @@ * @copyright 2015-2020 Damien "Mistic" Sorel |
{ | ||
"name": "photo-sphere-viewer", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "A JavaScript library to display Photo Sphere panoramas", | ||
@@ -5,0 +5,0 @@ "homepage": "https://photo-sphere-viewer.js.org", |
/** | ||
* @namespace PSV.CONSTANTS | ||
*/ | ||
/** | ||
* @summary Number of pixels bellow which a mouse move will be considered as a click | ||
@@ -3,0 +7,0 @@ * @memberOf PSV.CONSTANTS |
@@ -34,2 +34,3 @@ import { CONSTANTS, utils } from 'photo-sphere-viewer'; | ||
* @returns {number[]} | ||
* @private | ||
*/ | ||
@@ -45,2 +46,3 @@ export function getPolygonCenter(polygon) { | ||
* @returns {number[]} | ||
* @private | ||
*/ | ||
@@ -47,0 +49,0 @@ export function getPolylineCenter(polyline) { |
@@ -135,3 +135,3 @@ import { Animation } from '../Animation'; | ||
if (!getClosest(evt.target, '.psv-navbar')) { | ||
if (!getClosest(evt.target, '.psv-navbar') && !getClosest(evt.target, '.psv-panel')) { | ||
/* eslint-disable */ | ||
@@ -138,0 +138,0 @@ switch (evt.type) { |
@@ -87,2 +87,3 @@ /** | ||
* Returns the distance between two points on a sphere of radius one | ||
* @memberOf PSV.utils | ||
* @param {number[]} p1 | ||
@@ -89,0 +90,0 @@ * @param {number[]} p2 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1236482
20072