Cross Reference: handlebars.html
xref
: /
yui3
/
src
/
handlebars
/
tests
/
handlebars.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
handlebars.html revision 5de853af51191afb07d8df5e55dbdd2494eea9e7
<!
DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset=
"utf-8"
>
<
title
>Test Page</
title
>
</
head
>
<
body
class=
"yui3-skin-sam"
>
<
div
id=
"log"
></
div
>
<
script
src=
"/
build
/
yui
/
yui.js
"
></
script
>
<
script
>
var Y = YUI({
allowRollup: false,
filter: (
window.location.search.match
(/[?&]filter=([^&]+)/) || [])[1] || 'min',
modules: {
'test-console': {
fullpath : '/
common
/
tests
/
assets
/
test-console.js
',
requires : ['console-filters'],
skinnable: true
},
'skin-sam-test-console': {
fullpath: '/
common
/
tests
/
assets
/
test-console.css
',
type : 'css'
},
'handlebars-test': {
fullpath: '
handlebars-test.js
',
requires: ['handlebars', 'test']
}
},
useBrowserConsole: false
}).use('handlebars-test', 'test-console', function (Y) {
Y.Test.Runner.run
();
});
</
script
>
</
body
>
</
html
>