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
Temporarily revert "Move `load` event to fire after rendering instead of before (
#768
)."
This reverts commit
df4c45dd33
temporarily to push a new point release.
tags/2.5.4
Matthew Petroff
5 years ago
parent
406d003e5c
commit
6d12ef7968
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
@@ -1685,10 +1685,10 @@ function renderInitCallback() {
preview = undefined;
}
loaded = true;
animateInit();
fireEvent('load');
animateInit();
}
/**
Write
Preview
Loading…
Cancel
Save