array.html revision c10296bbdbfbe582ff454be77952d702e261484c
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body class="yui3-skin-sam">
<div id="log"></div>
<div id="tester" style="visibility: hidden;">
<span>test</span>
<span>test</span>
<span>test</span>
</div>
<script>
var Y = YUI({
allowRollup: false,
filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
modules: {
'array-test': {
fullpath: 'array-test.js',
requires: ['test']
},
'test-console': {
requires : ['console-filters'],
skinnable: true
},
'skin-sam-test-console': {
type : 'css'
}
},
useBrowserConsole: false
}).use('array-test', 'test-console', function (Y) {
});
</script>
</body>
</html>