Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. image().src("/logo")
  2. .alt("Our logo")
  3. .class("logo-image");
  4.  
  5. ??.??(image ->
  6. image.src("/logo")
  7. .alt("Our logo")
  8. .setClass("logo-image")
  9. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement