Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. try {
  2. $(document).ready(function() {
  3.  
  4. // ...
  5. });
  6.  
  7.  
  8. window.javascriptReady = true;
  9. } catch(e) {
  10. if (window.Raven) {
  11. Raven.captureException(e);
  12. } else {
  13. throw e;
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement