1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

adding webchat to the doc page

This commit is contained in:
Jeremy Ashkenas 2010-04-10 13:42:39 -04:00
parent 3eedf8ed1b
commit 491ad6de95
4 changed files with 55 additions and 17 deletions

View file

@ -1,5 +1,5 @@
(function(){
var author, quote;
author = "Wittgenstein";
quote = "A picture is a fact. -- " + author;
quote = ("A picture is a fact. -- " + author);
})();