2012-08-16 23:41:25 -04:00
|
|
|
<head>
|
|
|
|
<script type="text/coffeescript">
|
|
|
|
abc = {
|
|
|
|
def: 42
|
|
|
|
}
|
|
|
|
</script>
|
2017-02-11 08:01:38 -05:00
|
|
|
<script type='text/coffeescript'>
|
|
|
|
abc = {
|
|
|
|
def: 42
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
<script type=text/coffeescript>
|
|
|
|
abc = {
|
|
|
|
def: 42
|
|
|
|
}
|
|
|
|
</script>
|
2012-08-16 23:41:25 -04:00
|
|
|
</head>
|