juliencoquet

_gaq inline crash

Sep 8th, 2013
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html>
  2. <head>
  3.     <script>
  4.     _gaq.push("stuff");
  5.     // results in error: _gaq is not defined
  6.     </script>
  7. </head>
  8. <body>
  9.     <script>
  10.     var _gaq = _gaq || [];
  11.     </script>
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment