Guest User

Untitled

a guest
Apr 25th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. ## Script
  2. if (typeof LOLCATZ == "undefined" || !LOLCATZ) {var LOLCATZ = YAHOO.namespace("LOLCATZ");}
  3. YAHOO.namespace("LOLCATZ.layout");
  4.  
  5. LOLCATZ.layout = new YAHOO.widget.Layout({
  6. units: [
  7. { position: "top", body: "header", height: 38 },
  8. { position: "left", body: "sidebar", width: 300 },
  9. { position: "bottom", body: "footer", height: 23 },
  10. { position: "center", body: "wrapper" }
  11. ]
  12. });
  13.  
  14. YAHOO.util.Event.onDOMReady(
  15. LOLCATZ.layout.render();
  16. # ---------------------- ^
  17. );
  18.  
  19. ## Exception
  20. Error: missing ) after argument list
  21. Line: 13
Add Comment
Please, Sign In to add comment