lang.html revision 7d9f4a49ef5e163b5f38d09a20f72208ab859e65
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body class="yui3-skin-sam">
<div id="log"></div>
<script>
var Y = YUI({
allowRollup: false,
filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
modules: {
'lang-test': {
fullpath: 'lang-test.js',
requires: ['test']
}
}
}).use('lang-test', 'test-console', function (Y) {
new Y.Test.Console().render('#log');
});
</script>
</body>
</html>