Guest User

Untitled

a guest
Dec 11th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. /** WRONG */
  2. var VUUKLE_CONFIG = {
  3. sso: {
  4. onClick: myFunction,
  5. }
  6. }
  7.  
  8. /** CORRECT */
  9. var VUUKLE_CONFIG = {
  10. comments: {
  11. sso: {
  12. onClick: myFunction,
  13. }
  14. }
  15. }
Add Comment
Please, Sign In to add comment