Cross Reference: datasource-jsonschema.html
xref
: /
yui3
/
src
/
datasource
/
tests
/
datasource-jsonschema.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
datasource-jsonschema.html revision 257c0dee0daff8241186372ad7df55a466b54153
0
N/A
<!
DOCTYPE
HTML
>
2362
N/A
<
html
>
0
N/A
<
head
>
0
N/A
<
title
>DataSource Tests</
title
>
0
N/A
<
script
src=
"/
build
/
yui
/
yui.js
"
></
script
>
0
N/A
</
head
>
2362
N/A
0
N/A
<
body
class=
"yui3-skin-sam"
>
2362
N/A
<
script
src=
"
datasource-jsonschema-tests.js
"
></
script
>
0
N/A
<
script
>
0
N/A
YUI({
0
N/A
filter: (
window.location.search.match
(/[?&]filter=([^&]+)/) || [])[1] || 'min',
0
N/A
allowRollup: false,
0
N/A
useBrowserConsole: true
0
N/A
}).use("datasource-jsonschema-tests", "console", function (Y) {
0
N/A
new
Y.Console
().render();
0
N/A
0
N/A
Y.Test.Runner.run
();
0
N/A
});
0
N/A
</
script
>
2362
N/A
</
body
>
2362
N/A
</
html
>
2362
N/A