- <!doctype html>
- <html>
- <head>
- <title>3.4.0 PR2</title>
- </head>
- <body>
- <script src="http://yui.yahooapis.com/3.4.0pr2/build/yui/yui-min.js"></script>
- <script>
- YUI().use('io', 'node', 'anim', function(Y) {
- console.log(Object.keys(Y));
- });
- </script>
- </body>
- </html>