history-hash.html revision 896cd5258152d0ecaa16a66e122f4ae0a6542430
0b0582a3aa10227767e359e693c4b43fec272388ndvar Y = YUI({
0b0582a3aa10227767e359e693c4b43fec272388nd allowRollup: false,
0b0582a3aa10227767e359e693c4b43fec272388nd filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
0b0582a3aa10227767e359e693c4b43fec272388nd modules: {
0b0582a3aa10227767e359e693c4b43fec272388nd 'test-console': {
0b0582a3aa10227767e359e693c4b43fec272388nd requires : ['console-filters'],
0b0582a3aa10227767e359e693c4b43fec272388nd skinnable: true
0b0582a3aa10227767e359e693c4b43fec272388nd 'skin-sam-test-console': {
61d237f7e3a54089a7514227d663fac296d7d8f0bnicholes type : 'css'
0b0582a3aa10227767e359e693c4b43fec272388nd 'history-hash-test': {
0b0582a3aa10227767e359e693c4b43fec272388nd requires: ['test', 'history-hash-ie']
0b0582a3aa10227767e359e693c4b43fec272388nd useBrowserConsole: false
0b0582a3aa10227767e359e693c4b43fec272388nd}).use('history-hash-test', 'test-console', function (Y) {
0b0582a3aa10227767e359e693c4b43fec272388nd Y.Test.Runner.setName('history-hash');