• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Node.js sample application with Socket.IO


Commit MetaInfo

Revisión3c00c5b8434eaae7f0181d0971bced0107d18199 (tree)
Tiempo2014-03-05 17:23:27
Autorhylom <hylom@hylo...>
Commiterhylom

Log Message

fix: .jade files to support jade 1.3.x

Cambiar Resumen

Diferencia incremental

--- a/views/layout.jade
+++ b/views/layout.jade
@@ -1,4 +1,4 @@
1-doctype 5
1+doctype
22 html
33 head
44 title= title
--- a/views/room.jade
+++ b/views/room.jade
@@ -1,7 +1,7 @@
11 extends layout
22 block content
33 script(src='/js/room.js')
4- script
4+ script.
55 var minichat = {
66 roomName: '#{room.name}',
77 password: '#{room.password}',