Skip to content

Instantly share code, notes, and snippets.

@Jberlinsky
Created July 11, 2011 13:36
Show Gist options
  • Save Jberlinsky/1075852 to your computer and use it in GitHub Desktop.
Save Jberlinsky/1075852 to your computer and use it in GitHub Desktop.
:javascript
function test() {
if (a) {
alert("Hi");
}
}
%script
function test() {
if (a) {
alert("Hi");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment