<html>
<head>
<title>YUI Throttle Tests</title>
</head>
<body class="yui3-skin-sam">
<div id="log"></div>
<script type="text/javascript">
var YUI_config = {
gconfig: true,
gfilter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min'
};
YUI({
filter: YUI_config.gfilter,
modules: {
'throttle-tests': {
fullpath: '/throttle-tests.js',
requires: [ 'yui-throttle', 'test']
}
}
}).use('throttle-tests', 'test-console', function(Y) {
new Y.Test.Console().render('#log');
});
</script>
</body>
</html>