This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pannellum
mirror of
https://github.com/mpetroff/pannellum.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
22
Wiki
Activity
Browse Source
Revert "Revert "Revert "Revert "Temporarily revert 'Move `load` event to fire after rendering instead of before (
#768
).'""""
This reverts commit
d0c38ece31
.
tags/2.5.6
Matthew Petroff
5 years ago
parent
ac321d0c1a
commit
8c085f4055
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/js/pannellum.js
+ 2
- 2
src/js/pannellum.js
View File
@@ -1676,10 +1676,10 @@ function renderInitCallback() {
preview = undefined;
}
loaded = true;
animateInit();
fireEvent('load');
animateInit();
}
/**
Write
Preview
Loading…
Cancel
Save