Guest User

Untitled

a guest
Jun 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. YUI.add(
  2. "!!!",
  3. function(Y) {
  4. var Clazz = Y.namespace("!!!").!!! = Y.Base.create(
  5. "!!!",
  6. "!!!",
  7. [],
  8. {
  9. initializer: function (config) {
  10. Y.log(Clazz.NAME + "::initializer");
  11. },
  12.  
  13. destructor: function () {
  14. Y.log(Clazz.NAME + "::destructor");
  15. }
  16. },
  17. {
  18. ATTRS: {}
  19. }
  20. );
  21. },
  22. "!!!",
  23. {
  24. requires: [
  25. "!!!-css"
  26. ]
  27. }
  28. );
Add Comment
Please, Sign In to add comment