Steve Saldivar ec2e35c117 commit
2013-05-07 14:03:51 -07:00

11 lines
135 B
JavaScript

({
name: "Elise",
glytch: true,
binary: false,
value: null,
undef: undefined,
numeric: function() {
return NaN;
}
})