array.html revision c10296bbdbfbe582ff454be77952d702e261484c
c10296bbdbfbe582ff454be77952d702e261484cRyan Grovevar Y = YUI({
c10296bbdbfbe582ff454be77952d702e261484cRyan Grove allowRollup: false,
c10296bbdbfbe582ff454be77952d702e261484cRyan Grove filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
c10296bbdbfbe582ff454be77952d702e261484cRyan Grove 'array-test': {
c10296bbdbfbe582ff454be77952d702e261484cRyan Grove requires: ['test']
c10296bbdbfbe582ff454be77952d702e261484cRyan Grove 'test-console': {
c10296bbdbfbe582ff454be77952d702e261484cRyan Grove fullpath : '/common/tests/assets/test-console.js',
c10296bbdbfbe582ff454be77952d702e261484cRyan Grove requires : ['console-filters'],
c10296bbdbfbe582ff454be77952d702e261484cRyan Grove skinnable: true
c10296bbdbfbe582ff454be77952d702e261484cRyan Grove 'skin-sam-test-console': {
c10296bbdbfbe582ff454be77952d702e261484cRyan Grove fullpath: '/common/tests/assets/test-console.css',
c10296bbdbfbe582ff454be77952d702e261484cRyan Grove type : 'css'
c10296bbdbfbe582ff454be77952d702e261484cRyan Grove useBrowserConsole: false
c10296bbdbfbe582ff454be77952d702e261484cRyan Grove}).use('array-test', 'test-console', function (Y) {