Update format for jade 0.27.4 (node 0.8.9).

Esse commit está contido em:
Daniel Howard
2012-09-19 11:19:36 -07:00
commit 02896ecc4a
+8 -8
Ver Arquivo
@@ -2,12 +2,12 @@
html
head
title Ajax IM
script(src: '/js/jquery-1.4.1.js', type: 'text/javascript')
script(src: '/js/md5.js', type: 'text/javascript')
script(src: '/js/store.js', type: 'text/javascript')
script(src: '/js/cookies.js', type: 'text/javascript')
script(src: '/js/dateformat.js', type: 'text/javascript')
script(src: '/js/im.js', type: 'text/javascript')
script(type: 'text/javascript')
| $(function(){var im = AjaxIM.init({theme: "/themes/default"});});
script(src='/js/jquery-1.4.1.js', type='text/javascript')
script(src='/js/md5.js', type='text/javascript')
script(src='/js/store.js', type='text/javascript')
script(src='/js/cookies.js', type='text/javascript')
script(src='/js/dateformat.js', type='text/javascript')
script(src='/js/im.js', type='text/javascript')
script(type='text/javascript')
$(function(){var im = AjaxIM.init({theme: "/themes/default"});});
body Hello.