Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 1st, 2012  |  syntax: None  |  size: 0.26 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!doctype html>
  2. <html>
  3. <head>
  4.     <title>3.4.0 PR2</title>
  5. </head>
  6. <body>
  7. <script src="http://yui.yahooapis.com/3.4.0pr2/build/yui/yui-min.js"></script>
  8. <script>
  9. YUI().use('io', 'node', 'anim', function(Y) {
  10.     console.log(Object.keys(Y));
  11. });
  12. </script>
  13. </body>
  14. </html>