Skip to content

Instantly share code, notes, and snippets.

@JediMindtrick
Created April 30, 2013 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JediMindtrick/5489816 to your computer and use it in GitHub Desktop.
Save JediMindtrick/5489816 to your computer and use it in GitHub Desktop.
LightTable js single-quote
html:
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="./foo.js"></script>
</head>
<body>
</body>
</html>
in the js:
console.log('here i am');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment