Remove test file
This commit is contained in:
parent
ff5c0ec6ff
commit
eb52fcc447
24
js/test.html
24
js/test.html
@ -1,24 +0,0 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
||||||
<title>test</title>
|
|
||||||
<script type="text/javascript" charset="utf-8">
|
|
||||||
//var dojoConfig = {
|
|
||||||
//has: {
|
|
||||||
//'dojo-requirejs-api':1
|
|
||||||
//}
|
|
||||||
//}
|
|
||||||
</script>
|
|
||||||
<script src="dojo-amalgamation.js"></script>
|
|
||||||
<script type="text/javascript" charset="utf-8">
|
|
||||||
function main() {
|
|
||||||
require(["dojo/ready"], function(ready) {
|
|
||||||
ready(function(){alert("ready!");});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body onload="main();">
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
x
Reference in New Issue
Block a user