handlebars.html revision 5de853af51191afb07d8df5e55dbdd2494eea9e7
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Huntvar Y = YUI({
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont allowRollup: false,
e939674d53a127ddeeaf4b41fd72933f0b493308Mark Andrews filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt 'test-console': {
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont fullpath : '/common/tests/assets/test-console.js',
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont requires : ['console-filters'],
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont skinnable: true
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont 'skin-sam-test-console': {
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont fullpath: '/common/tests/assets/test-console.css',
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont 'handlebars-test': {
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont requires: ['handlebars', 'test']
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont useBrowserConsole: false
26d8ffe715e74d1e67d268551449b780fec1b95fAutomatic Updater}).use('handlebars-test', 'test-console', function (Y) {