Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. myDecorator1("param",
  2. myDecorator2(["param","foo"],
  3. function doSomeStuff () {
  4. console.log('o hai')
  5. }
  6. ))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement