Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. toWidget [julius|
  2. $(function() {
  3. foo();
  4. bar();
  5. )
  6. |]
  7.  
  8. toWidget [julius|
  9. $(function() {
  10. foo();
  11. /* bar(); */
  12. )
  13. |]
  14.  
  15. toWidget [julius|
  16. $(function() {
  17. foo();
  18. {- bar(); -}
  19. )
  20. |]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement