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

preparing documentation for 0.9.5

This commit is contained in:
Jeremy Ashkenas 2010-11-21 12:38:27 -05:00
parent 8fcd67e82f
commit 28d5db3bca
36 changed files with 937 additions and 845 deletions

View file

@ -1,5 +1,5 @@
var solipsism, speed;
if ((typeof mind !== "undefined" && mind !== null) && !(typeof world !== "undefined" && world !== null)) {
var solipsism;
if ((typeof mind != "undefined" && mind !== null) && !(typeof world != "undefined" && world !== null)) {
solipsism = true;
}
typeof speed !== "undefined" && speed !== null ? speed : speed = 140;
typeof speed != "undefined" && speed !== null ? speed : speed = 140;