Advertisement
heroku

Untitled

Nov 27th, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2.  var c = "canvasContext"
  3. </script>
  4. <script>
  5.   // c is undefined here
  6.   // How am i supposed to use this variable, because I have to according to this shim: http://js1k.com/2014-dragons/shim-normal.html
  7.   console.log(c);
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement