mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
CoffeeScript 1.3.0
This commit is contained in:
parent
1b3af684cb
commit
ed8d94f69c
74 changed files with 1587 additions and 698 deletions
|
@ -1,9 +1,14 @@
|
|||
var footprints, solipsism;
|
||||
// Generated by CoffeeScript 1.3.0
|
||||
var footprints, solipsism, speed;
|
||||
|
||||
if ((typeof mind !== "undefined" && mind !== null) && !(typeof world !== "undefined" && world !== null)) {
|
||||
solipsism = true;
|
||||
}
|
||||
|
||||
if (typeof speed === "undefined" || speed === null) speed = 75;
|
||||
speed = 0;
|
||||
|
||||
if (speed == null) {
|
||||
speed = 15;
|
||||
}
|
||||
|
||||
footprints = typeof yeti !== "undefined" && yeti !== null ? yeti : "bear";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue