Skip to content

Instantly share code, notes, and snippets.

@msmhrt
Created March 15, 2012 12:37
Show Gist options
  • Save msmhrt/2043986 to your computer and use it in GitHub Desktop.
Save msmhrt/2043986 to your computer and use it in GitHub Desktop.
(function (i) {
'use strict';
var foo;
switch (i) {
case 1:
foo = 'bar';
break;
}
return foo;
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment