• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

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

修訂3c00c5b8434eaae7f0181d0971bced0107d18199 (tree)
時間2014-03-05 17:23:27
作者hylom <hylom@hylo...>
Commiterhylom

Log Message

fix: .jade files to support jade 1.3.x

Change Summary

差異

--- 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}',