Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. function SuperFunction(someData, anotherData) {
  2. function auxiliarMethod(someData) {
  3. // process SomeData
  4. }
  5.  
  6. function auxiliarMethod(anotherData) {
  7. // process anotherData
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement