Advertisement
rogersjcaleb

why emacs do dis

Feb 6th, 2019
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. doThing(thing: number) {
  2. switch (thing) {
  3. case 1:
  4. this.thingone()
  5. break;
  6. case 2:
  7. this.thingtwo()
  8. break;
  9. }
  10. }
  11. blahblah()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement