reduce_dups.html revision 772f655fcf57e58b97fa46b6a8d3fc772b83f743
<html>
<head>
<title>Test</title>
</head>
<body>
<script type="text/javascript">
YUI().use('tabview', function(Y) {
Y.use('dom', function() {
console.log (Y);
});
});
</script>
</body>
</html>