Guest User

Untitled

a guest
Apr 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1.  
  2. YUI().use('yui2-resetcss','node','yui2-logger', function(Y, result) {
  3. if (!result.success) {
  4. Y.log('Load failure: ' + result.msg, 'warn', 'program');
  5. } else {
  6. Y.namespace("working");
  7. Y.working.startUp = function() {
  8. myLogReader = new YAHOO.widget.LogReader();
  9. YAHOO.log("Success.");
  10. };
  11. Y.on('domready', function() {
  12. Y.working.startUp()
  13. });
  14. }
  15. });
Add Comment
Please, Sign In to add comment