miscellaneous updates

This commit is contained in:
Nick Nisi
2015-02-19 08:37:22 -06:00
parent 876672843b
commit 5c0d1fdf4f
7 changed files with 55 additions and 12 deletions

View File

@@ -29,3 +29,17 @@ snippet dtestcase
</script>
</body>
</html>
snippet dsupport
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<script data-dojo-config="async:1,isDebug:1" src="../../dojo/dojo.js"></script>
<script>
${1}
</script>
</body>
</html>