ソースを参照

Fix location of comment.

pull/241/merge
Matthew Petroff 8年前
コミット
9b010e0ab0
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/js/pannellum.js

+ 1
- 1
src/js/pannellum.js ファイルの表示

@@ -2466,8 +2466,8 @@ this.removeHotSpot = function(hotSpotId) {
return false;
for (var i = 0; i < config.hotSpots.length; i++) {
if (config.hotSpots[i].hasOwnProperty('id') &&
// Delete hot spot DOM elements
config.hotSpots[i].id === hotSpotId) {
// Delete hot spot DOM elements
var current = config.hotSpots[i].div;
while (current.parentNode != renderContainer)
current = current.parentNode;


読み込み中…
キャンセル
保存