index.html revision 1cc8349502ad1442df2f77452ad813fc41433415
012a352f4b26cfd874db8d06debc495c2303e8b2Bob Halley<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley<script type="text/javascript" src="/build/yui/yui.js"></script>
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halleyvar YUI_config = {
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley gconfig: true,
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley gfilter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min'
460b427411b72da26b1836b9424e2e70d65d9394David Lawrence 'sortable-tests': {
460b427411b72da26b1836b9424e2e70d65d9394David Lawrence requires: ['sortable', 'test']
460b427411b72da26b1836b9424e2e70d65d9394David Lawrence}).use('sortable-tests', 'test-console', function(Y) {
460b427411b72da26b1836b9424e2e70d65d9394David Lawrence new Y.Test.Console().render('#log');