miscellaneous updates
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -49,6 +49,8 @@ snippet lblue
|
||||
console.log('%c${1}', 'font-weight:bold;color:blue;');
|
||||
snippet lpurple
|
||||
console.log('%c${1}', 'font-weight:bold;color:purple;');
|
||||
snippet lor
|
||||
console.log('%c${1}', 'font-weight:bold;color:orange;');
|
||||
snippet ctab
|
||||
console.table(${1});
|
||||
snippet debug
|
||||
|
||||
Reference in New Issue
Block a user